Skip to content

the-akira/Flask-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages