Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_base

A basic template for flask app development.

Dependency

Dependencies listed below should be installed in your environment.

  • flask
  • sqlalchemy
  • flask-sqlalchemy
  • sqlalchemy-migrate

virtualenv is recommended

##Usage

For the first time, empty sqlite database should be generated:

$ python db_create.py

Start development server for debugging:

$ python run.py

The template app will be running on http://localhost:5000

##License

MIT

About

A basic template for flask app development.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages