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

https://github.com/willguimont/rustodo


https://github.com/willguimont/rustodo

api database rust sqlite sqlite3 todo todoapp todolist

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# rustodo
## Create sqlite database
```shell
echo DATABASE_URL=todos.sqlite > .env
diesel migration run
```
## Run
```shell
cargo run
```