INF601 - Advanced Programming in Python
Sam Boutros
Prof. Zeller
FHSU - Fall 2022
10/3/2022
This is based on the tutorial at https://flask.palletsprojects.com/en/2.2.x/tutorial/layout/
See solution hosting options at https://flask.palletsprojects.com/en/2.2.x/deploying/
First you need to initialize the database:
flask --app flaskr init-db
To run this locally use:
flask --app flaskr --debug run