It's a Rusty TO-DO list! To run: Install docker, docker-compose Run docker-compose up Routes: GET http://127.0.0.1:8000/tasks CREATE http://127.0.0.1:8000/tasks { "title": "Some title", "body": "Some body" } DELETE http://127.0.0.1:8000/tasks/{id} Powered by: Rust! PostgreSQL - as the datastore Rocket - as the web framework Diesel - as the ORM