CS1520 Assignment 4
Jordan Grogan
[email protected]
Pitt ID: jog89 3779423
Lecture: Tuesday/Thursday 6pm
Recitation: Thursday 7:30pm
To run, install the required dependencies in your newly created python 3 virtual environment:
pip install -r requirements.txt
Then, set FLASK_APP to chat.py:
export FLASK_APP=chat.py
Then, initalize the database:
flask initdb
Then, run the app:
flask run
Lastly, go to http://localhost:5000 in your browser.