/simple-flask-boilerplate

minimum flask template to try some tiny things

Primary LanguagePython

simple-flask-boilerplate

Tiny Flask template to make a toy program.

Setup and run

python3 -m pip install -r requirements.txt
flask run