An open API service indexing awesome lists of open source software.

https://github.com/dungpa/todo-web

TODO web app written in Rust using Rocket, Diesel and Seed.
https://github.com/dungpa/todo-web

rust web

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](frontend.png)

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

Please have a look at [the Postman collection](todo_web.postman_collection.json) for the supported APIs.