/flask-crud-swagger-api

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

Primary LanguagePython

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