IEEESFIT1 / OpenOctober

Open-October contribution destination. The Contest has now ended.
Apache License 2.0
28 stars 51 forks source link

Software Development : JSON RESTful API using PHP and MySQL (for CRUD) #1

Closed imakshat47 closed 4 years ago

imakshat47 commented 4 years ago

A complete JSON RESTful API using PHP and MySQL. We will use the SlimPHP framework along with PDO to interact with the MySQL database.

RESTful API handles CRUD operations: Reads Data from DB using GET Request Create new entries using POST Request Update record using PUT Request Delete record using DELETE Request

github-actions[bot] commented 4 years ago

Thank you for taking your time and effort for your contribution, we truly value it. 🎉

clare0901 commented 4 years ago

@imakshat47 Alright go ahead! Wish you luck!

clare0901 commented 4 years ago

Kindly push your changes in the miscellaneous folder! Thanks!