Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 714 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 714 Bytes

Simple-CRUD-API-in-Flask

About The Project

Get endpoint

Put endpoint

Post endpoint

Delete endpoint

Built With

About Project

Create, Update, Read, Delete api's using Flask

Prerequisites

  1. Python == 3.8.8
  2. Flask == 2.0.2
  3. Werkzeug == 2.0.2

Installation

  1. Clone the repo
    git clone https://github.com/prettyquail/Simple-CRUD-API-in-Flask.git
  2. activate the virtualenv.
  3. run the project using "python run.py"