Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 670 Bytes

File metadata and controls

18 lines (13 loc) · 670 Bytes

DataGenerator

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.

Usage

install json-server

npm install -g json-server

npm install

npm install

How to access from browser

*) http://localhost:3000/users

*) http://localhost:3000/users/1

Reference :

https://github.com/marak/Faker.js/