Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 386 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 386 Bytes

flask_crud_app

A flask project to perform CRUD operations and test using Postman tool.

It is a CRUD (Create, Read, Update, Delete) application built on python Flask framework for the purpose of studying REST API.

Postman tool is used to test the application by sending GET, POST, PUT and DELETE requests.

The main output is displayed on Postman and JSON requests are transferred.