A simple todo app using flask and sqlachemy
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/12/a-simple-todo-app-using-flask-and-sqlachemy_61c8e998c23d7-375x210.jpeg)
This is a simple TODO app made using Flask.
Packages used:
Setup and run
Make sure you have python inslled
- Set up virtualenv
- Activate venv
$ source venv/scripts/activate
- Install required modules
$ pip install -r requirements.txt
- Run the app!
- [optional] Run tests
GitHub