项目作者: ashishsalunkhe

项目描述 :
A simple Flask RESTful Micro-service with Swagger UI: Template
高级语言: Python
项目地址: git://github.com/ashishsalunkhe/flask-crud-swagger-api.git
创建时间: 2020-06-30T13:14:03Z
项目社区:https://github.com/ashishsalunkhe/flask-crud-swagger-api

开源协议:

下载


flask-crud-swagger-api

flask_restful_swagger-automation

A simple Flask RESTful Micro-service with Swagger UI: Template

Didn’t find any perfect repository or resources to implement entire flask restful sqlite crud operation, hence made this. Hope this repository helps!
Suggestions and Contributions are most welcome!

File Structure:

File Structure

File Description:

sr_no file_name file_description
1 api.py contains Swagger UI implementation for flask sqlite CRUD operations
2 crud.py contains basic flask sqlite CRUD setup
3 app.py contains Swagger UI template for understanding
4 fruitDB.py contains sqlite db creation
5 templates contains all html files
6 disp.py to display records from sqlite db
7 api this folder contains file structure required for flask restplus swagger ui implementation