Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 567 Bytes

File metadata and controls

26 lines (16 loc) · 567 Bytes

Basic-Flask-Task-Master

Trying to implement a Basic Task Manager.

Important Reminders

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

Instructions for Virtual env

https://programwithus.com/learn-to-code/Pip-and-virtualenv-on-Windows/

Prefer cmd over powershell for venv

Still to deploy to Heroku

Will udpate the project and deploy once done

Credits

https://www.youtube.com/watch?v=Z1RJmh_OqeA