Skip to content

itsmaheshkariya/flask-restplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages