this is a part of a challenge, the purpose is to create a flask application in 2 hours
remove the debug mode on the run file
app.run(debug=True)
change the secret key in the flaskShopApp/init.py
app.config['SECRET_KEY'] = 'secret__this_should_be_changed'
run this on the terminal to install requirements
pip install -r requirements.txt
on the terminal run:
python run.py