Skip to content

youhaowei/flask-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Starter

This is a starter template for flask projects.

To install all the requirement, run (recommend using virtualenv)

pip install -r requirement.txt

You need to have setting.cfg in order to run the server. The sample can be found in setting.cfg.sample

To run the server:

python manage.py runserver

To see all the command you can run:

python manage.py

You also need to setup the database, the dev mode will use sqlite by default. check the command below for more info

python manage.py db

About

Starter Project for basic Flask Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published