https://github.com/oliverdding/olivier
todos backend service, tiny but detailed!
https://github.com/oliverdding/olivier
backend rust template todos
Last synced: 5 months ago
JSON representation
todos backend service, tiny but detailed!
- Host: GitHub
- URL: https://github.com/oliverdding/olivier
- Owner: oliverdding
- License: agpl-3.0
- Created: 2024-01-18T12:14:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T07:18:56.000Z (about 2 years ago)
- Last Synced: 2024-04-29T07:00:16.814Z (about 2 years ago)
- Topics: backend, rust, template, todos
- Language: Rust
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# olivier
This is a pretty simple todos application backend, which is used to make full use of many famous library for backend development in rust.
## Used library
- anyhow: define error
- axum: backend framework
- config: configuration management
- sea-orm: orm framework
- garde: validation framework
- serde: nothing to say
- thiserror: wrap error
- tokio-graceful-shutdown: gracefully shutdown
- tracing: logging and tracing
- utoipa: api doc