Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 489 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 489 Bytes

RESTful API - CRUD Data using Python and mysql

RESTful API GET, POST, PUT, DELETE using Python with CRUD Mysql with Postman Test

SQL

Get -> Read Data

Post -> Create Data

Put -> Update

Delete