crud-rest-api-rust-rocket-diesel-postgres
crud-rest-api-rust-rocket-diesel-postgres copied to clipboard
Part of the playground: https://github.com/TmLev/playground
CRUD REST API [Rust + Rocket + Diesel + Postgres]
API should allow simple CRUD operations over artists entities.
Current status:
- [x] List
- [x] Retrieve
- [x] Create
- [x] Update
- [x] Destroy