/REST-API-CRUD-Ops

RESTful API build in Flask and MySQL that interacts with the Database to perform CRUD operations

Primary LanguagePython

REST-API-CRUD-Ops

RESTful API build in Flask and MySQL that interacts with the Database to perform CRUD operations

Display Table Data:

The API contains a GET request which inturn triggers a SELECT statement which fetches data from the Database real-time and displays them.

GET

Create and Update Data:

POST and PUT requests respectively perform Create and Update operations POST

Delete data

A single table row can be chosen by providing the row ID in the URL as /. The selected row is displayed along with the option to Delete the same. DEL

Dump: emp_tbl_dump.sql