Best Flask open-source libraries and packages

Flask rest api

REST API USING FLASK SQLITE
Updated 1 year ago

Python FLASK REST API

Simple Python REST API For CRUD operations through SQLite.

Git Clone

git clone https://github.com/maheshkareeya/flask-rest-api.git

Change Directory

cd flask-rest-api

Note : Install Python and Postman for your system

pip install virtualenv

source bin/activate

pip install flask flask-sqlalchemy flask-marshmallow marshmallow-sqlalchemy

Export

export FLASK_APP=app.py

export FLASK_DEBUG=True

flask run

Create DB

python

from app import db

db.create_all() exit()

Start Server

flask run

Demo

alt text alt text alt text