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.
- Host: GitHub
- URL: https://github.com/dungpa/todo-web
- Owner: dungpa
- License: mit
- Created: 2022-09-10T12:12:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T08:00:20.000Z (over 3 years ago)
- Last Synced: 2025-02-08T07:44:18.551Z (over 1 year ago)
- Topics: rust, web
- Language: Rust
- Homepage:
- Size: 999 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

---
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.