Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 440 Bytes

todo-web

TODO web app written in Rust using Rocket, Diesel and Seed.


Start the backend using the following command:

cargo run -p backend

The frontend can be served using microserver in the frontend directory.

Demo UI


The structure of the web app closely follows https://erwabook.com/intro/.

Please have a look at the Postman collection for the supported APIs.