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
- Host: GitHub
- URL: https://github.com/ilotterytea/rusti
- Owner: ilotterytea
- License: apache-2.0
- Created: 2022-07-04T15:19:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T22:19:41.000Z (10 months ago)
- Last Synced: 2025-04-11T06:02:20.041Z (9 months ago)
- Topics: actix-web, images, microservice, rust, web-service
- Language: Rust
- Homepage: https://i.ilotterytea.kz
- Size: 177 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```