Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 759 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 759 Bytes

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