Assignment 3 for CSU33012 SOFTWARE ENGINEERING - Main project
conda create -n python=3.10
conda activate
type "python select interpreter" in the command palette
select interpreter with the env name you made
pip install -r requirements.txt
export FLASK_APP=setup.py for mac and linux users
set FLASK_APP=setup.py for windows users
flask run --host=0.0.0.0 --port=8081
change the port number