ccoenraets / directory-rest-php

PHP-based RESTFul services for the employee directory sample app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-Based RESTFul services for Employee Directory Sample App

Built with the Slim framework.

The client application is available in this repository

Refer to this blog post for more information about the application.

Setting Up

  1. Create a MySQL database name "directory".

  2. 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

About

PHP-based RESTFul services for the employee directory sample app


Languages

Language:PHP 99.8%Language:Shell 0.2%