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
- Host: GitHub
- URL: https://github.com/defini7/todo
- Owner: defini7
- License: mit
- Archived: true
- Created: 2023-09-06T17:43:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T09:10:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T17:46:56.660Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```