Skip to content

zhj0513/flask-restful-project-structure-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-RESTful Example

安装依赖包

python install -r requirements.txt

创建数据表

python manager.py db init
python manager.py db migrate
python manager.py db upgrade

debug模式启动

python manager.py debug

生产模式启动

python manager.py run

Tests

python -m tests.testapp

About

flask-restful 项目结构示例

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • Mako 2.9%