cscanlin / basic-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Flask Demo from the first three sections of the Flask Mega Tutorial.

Installing

git clone https://github.com/cscanlin/basic-flask.git
cd basic-flask
pip install -r requirements.txt

Running

python run.py

Alternatively, run the single file example:

python flask_single_file.py

About


Languages

Language:Python 77.2%Language:HTML 22.8%