GitHunt
IT

itsmaheshkariya/flask-restplus

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

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