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

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!

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