Skip to content

digitarald/barebones-flask-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barebones Flask App

Out of the box setup for a minimal flask app.

Running

Install requirements:

pip3 install --user -r requirements.txt

Run web app:

$ export FLASK_APP=app.py
$ python -m flask run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published