Data generator using faker
This example shows how to create huge data using fake.js and nodejs as JSON data. This is a simplest way to create dummy restful webservice to get huge JSON data for testing perpose. this saves a lot of timing during development time. You dont need to wait for actual service to be ready for your UI development and testing.
npm install -g json-servernpm install
*) http://localhost:3000/users
*) http://localhost:3000/users/1
https://github.com/marak/Faker.js/