Trying to implement a Basic Task Manager.
create vitual env
pip install flask and flask-sqlalchemy
db.create_all()
To view webpage use http://localhost:5000/
Confirm if update page is working
use pip freeze for requirements.txt
https://programwithus.com/learn-to-code/Pip-and-virtualenv-on-Windows/
Prefer cmd over powershell for venv
Will udpate the project and deploy once done