A small todo app written in rust with the help of warp, tokio and some other little helpers
My slightly modified/updated version from the one presented in this article by Mario Zupan from LogRocket. I had some minor issues with his version, probably because I tried to replicate it on a more modern version of rust and the dependencies in question, so I went ahead and, as mentioned, updated it. Also added cargo-husky to run some basic checks once you start committing stuff and itconfig for easier handling of configuration variables.
- warp + tokio + mobc
- postgres integration
- cargo-husky integration
- itconfig
- clone repository
- make sure you either have postgres installed locally or via docker
- create the database and configure the required environment variables
- run
cargo run
orRUST_LOG=debug cargo run