Skip to content

b4141/flaskShopApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published