Skip to content

Tired of setting up flask for every project ? Fork this.

Notifications You must be signed in to change notification settings

miloshIra/basic-flask-app-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-flask-app-setup

Tired of setting up flask for every project ? Fork this.

It's a basic setup for any flask project you want to embark on

Creates a basic flask app and everything else is up to you, just run:

$ pip install -r requirements.txt export FLASK_APP=app export FLASK_ENV=development

or

set FLASK_APP=app set FLASK_ENV=development

for Linux.

and run the app with:

flask run --debug

Good luck.

About

Tired of setting up flask for every project ? Fork this.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published