Simple Flask Todo App using SQLAlchemy and SQLite database. using Smantic UI for styling
clone ther repo and run
python3 -m venv venvactivate envirement
. venv/bin/activatefor windows
venv\Scripts\activateinstall requirements
pip install -r requirement.txtSet environment variables in terminal
export FLASK_APP=app.py
export FLASK_ENV=developmentfor windows
set FLASK_APP=app.py
set FLASK_ENV=developmentrun the app
flask run