dfdx / python-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple web application to help other learn Flask.

Run on Linux as follows:

export FLASK_APP=main.py
flask run

Run on Windows as follows:

set FLASK_APP=main.py
flask run

About


Languages

Language:Python 79.1%Language:HTML 20.9%