mandloipratham / Crud_app

Created a CRUD(Create, Read, Update, Delete) REST api which is created in FLASK framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crud_app

Created a CRUD(Create, Read, Update, Delete) REST api which is created in FLASK framework

Installation

  • Install pymongo , flask and flask_restful from pip

  • Run python app.py

    OR

  • Pull the docker image docker pull prathammandloi/flask-crud-app-final

  • Run the docker image docker run flask-crud-app-final

Working of the project

GET Method

image

GET-byID Method

image

Post Method

image

image

PUT Method

image

image

DELETE Method

image


About

Created a CRUD(Create, Read, Update, Delete) REST api which is created in FLASK framework


Languages

Language:Python 100.0%