A CRUD web API Pokedex built with Rust. This application has been built to play around with Rust. If you have any tips, be sure to let me know or create a PR :)
docker-compose up -d
diesel setup
- Rocket (HTTP Framework)
- Diesel (ORM)
- Serde (JSON serialization & deserialization)