An open API service indexing awesome lists of open source software.

https://github.com/ilotterytea/rusti

a tiny image service
https://github.com/ilotterytea/rusti

actix-web images microservice rust web-service

Last synced: 9 months ago
JSON representation

a tiny image service

Awesome Lists containing this project

README

          


rusti

a tiny image service, written in Rust and using `actix-web`

## Prerequisites

+ Rust compiler
+ SQLite
+ Diesel CLI `(cargo install diesel_cli --no-default-features -F sqlite)`

## Compile from sources

```bash
diesel migration run --database-url database.db
cargo run
```