So You Think You Can Cater

CS1520 Assignment 3

Jordan Grogan
jordangrogan@pitt.edu
Pitt ID: jog89 3779423

Lecture: Tuesday/Thursday 6pm
Recitation: Thursday 7:30pm

To run, install the required dependencies in your python 3 virtual environment:
pip install -r requirements.txt
Then, set FLASK_APP to catering.py:
export FLASK_APP=catering.py
Then, initalize the database:
flask initdb
Then, run the app:
flask run
Lastly, go to http://localhost:5000 in your browser.