Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
sagaracharya
/
teaser
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
673e13408c
Branches
Tags
master
teaser
/
flask_python_site
sagaracharya
5e039115e5
moved repo to notabug
vor 4 Jahren
..
templates
5e039115e5
moved repo to notabug
vor 4 Jahren
README
5e039115e5
moved repo to notabug
vor 4 Jahren
Technical Test.docx
5e039115e5
moved repo to notabug
vor 4 Jahren
flaskPage.py
5e039115e5
moved repo to notabug
vor 4 Jahren
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