Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
sagaracharya
/
teaser
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
673e13408c
Větve
Značky
master
teaser
/
flask_python_site
sagaracharya
5e039115e5
moved repo to notabug
před 4 roky
..
templates
5e039115e5
moved repo to notabug
před 4 roky
README
5e039115e5
moved repo to notabug
před 4 roky
Technical Test.docx
5e039115e5
moved repo to notabug
před 4 roky
flaskPage.py
5e039115e5
moved repo to notabug
před 4 roky
README
Steps to run the site (a simple sample site)
1. Install Flask
On a terminal, execute
pip3 install flask
2. Ensure directory structure (html file in templates)
flaskpage.py
templates |_ stat.html
|_ webpage.html
3. Create FLASK_APP variable
On a terminal, execute,
export FLASK_APP=flaskPage.py
4. Final Step
flask run