Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 635 Bytes

readme.md

File metadata and controls

19 lines (8 loc) · 635 Bytes

Node.js-Based RESTFul services for Employee Directory Sample App

Built with the Node.js and the Express framework.

The client application is available in this repository

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

Setting Up

npm install

node server.js

A PHP / MySQL version of these RESTful services is available in this repository