Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 486 Bytes

File metadata and controls

37 lines (24 loc) · 486 Bytes

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