Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 365 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 365 Bytes

Rust PokeDex

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 :)

Installation

docker-compose up -d
diesel setup

Dependencies

  • Rocket (HTTP Framework)
  • Diesel (ORM)
  • Serde (JSON serialization & deserialization)