Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Notifications You must be signed in to change notification settings

Dimas263/RESTful_API_CRUD_Python_mysql

Repository files navigation

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