JSON Server is a Node Module that you can use to create demo rest json webservice in less than a minute. All you need is a JSON file for sample data.
$ npm install -g json-server
$ git clone https://github.com/Ameen-Alam/JSON-Server.git
$ cd JSON-Server
Run JSON Server in your local machine
$ json-server --watch db.json
Download this project and try all examples