Python REST API Documentation For CRUD operations through SQLite and Swagger.
git clone https://github.com/maheshkareeya/flask-restplus.git
cd flask-restplus
pip3 install flask flask-sqlalchemy flask-marshmallow marshmallow-sqlalchemy flask-restplus
export FLASK_APP=app.py
export FLASK_DEBUG=True
python
from app import db
db.create_all()
exit()
flask run