Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 829 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 829 Bytes

rest-api-with-php-and-mysql

Representational state transfer (REST) or RESTful web services are a way of providing interoperability between computer systems on the Internet. REST-compliant Web services allow requesting systems to access and manipulate textual representations of Web resources using a uniform and predefined set of stateless

STEPS FOR SETTING IT UP

Server I used apache while development. But this should work on any server with supports .htaccess file configuration, since I use it for routing.

Database The code assumes MySQL as server.

I have written scripts to automate the database setup.

Change the credentials in restapi/api.php file. Once that is done, execute restapi/db.php file.

https://github.com/sobuz80/rest-api-with-php-and-mysql/blob/master/CRUD-Operations-What-is-REST-API-Edureka-1.png