This repositiory contains a work-in-progress course management simulation Python Flask app.
Access the app online at https://cs3300-project-2.herokuapp.com
Set up a python3 virtual environment (not shown). Then install the requirements in requirements.txt and run python3.py.
pip3 install -r requirements.txt
python3 run.py
Once the app is running, navigate to http://0.0.0.0:5000 to begin use.