###Dependencies### Flask is a microframework for Python and is required to run this app. Install it globally with:
pip3 install Flask
The database is implemented using SQLAlchemy. To add support for it, install the extension for Flask with:
pip3 install Flask-SQLAlchemy
###View the Pages### To run the app locally, follow these steps:
-
Clone the repo
-
cd into the cloned repo
-
Open terminal and type in
python3 run.py
-
Open your preferred web browser (Chrome and Safari recommended) and go to http://localhost:5000
Estimated time: xx hrs
Actual time: xx hrs