Built with the Slim framework.
The client application is available in this repository
Refer to this blog post for more information about the application.
-
Create a MySQL database name "directory".
-
Execute directory.sql to create and populate the "employee" table:
mysql directory -uroot < directory.sql
A Node.js / MongoDB version of these RESTful services is available in this repository