Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Python REST API Documentation For CRUD operations through SQLite and Swagger.

Awesome Lists containing this project

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")