Best Flask open-source libraries and packages

Flask REST API

Flask REST API Experiment with Marshmallow and SQLAlchemy
Updated 2 years ago

Flask REST API Experiment

Flask REST API Experiment with Marshmallow and SQLAlchemy

Features

  • Create
  • Read
  • Update
  • Delete

Installation

Clone the Repository

git clone https://github.com/the-akira/Flask-REST-API.git

Inside the Main Directory

Create a Virtual Environment

python -m venv myvenv

Activate the Virtual Environment

source myvenv/bin/activate

Install Requirements

pip install -r requirements.txt

Run the Application

python run.py

Make some Requests