flask + flask_restplus+ blueprints 脚手架
Github地址:https://github.com/jacobyangsen/flask_restful_scaffolding
git clone -b master https://github.com/jacobyangsen/flask_restful_scaffolding
## 安装启动
pip install -r requirements.txt
python main.py run
## swagger 接口文档地址
http://127.0.0.1:5000/open_api/