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.