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

https://github.com/defini7/todo

ToDo app that is made with Flask
https://github.com/defini7/todo

Last synced: about 1 year ago
JSON representation

ToDo app that is made with Flask

Awesome Lists containing this project

README

          

# ToDo
ToDo app that is made with Flask

# Running
```bat
set DATABASE_URL=sqlite:///todo.db
call flask run
```