Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 480 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 480 Bytes

preface

this is a part of a challenge, the purpose is to create a flask application in 2 hours

important before you run

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'

instalation

run this on the terminal to install requirements

pip install -r requirements.txt

run

on the terminal run:

python run.py