Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmaheshkariya/flask-restplus
Python REST API Documentation For CRUD operations through SQLite and Swagger.
https://github.com/itsmaheshkariya/flask-restplus
flask flask-restplus qcom restapi restplus
Last synced: 2 months ago
JSON representation
Python REST API Documentation For CRUD operations through SQLite and Swagger.
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/flask-restplus
- Owner: itsmaheshkariya
- Created: 2019-12-23T20:23:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T20:35:00.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:08:49.081Z (5 months ago)
- Topics: flask, flask-restplus, qcom, restapi, restplus
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - itsmaheshkariya/flask-restplus - Python REST API Documentation For CRUD operations through SQLite and Swagger. (Python)
README
# Python SWAGGER FLASK-RESTPLUS REST API's
Python REST API Documentation For CRUD operations through SQLite and Swagger.### Git Clone
```git clone https://github.com/maheshkareeya/flask-restplus.git```### Change Directory
```cd flask-restplus```### Note : Install Python and VScode
```pip3 install flask flask-sqlalchemy flask-marshmallow marshmallow-sqlalchemy flask-restplus```### Export
```export FLASK_APP=app.py```
```export FLASK_DEBUG=True```### Create DB
```python```
```from app import db```
``` db.create_all() ```
``` exit() ```### Start Server
```flask run```http://localhost:5000
### Demo
![alt text](https://user-images.githubusercontent.com/16520789/71379171-611eab00-25f0-11ea-92d8-28c7d479d475.png "Node File Explorer")