Skip to content

merajcal/DataGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

Data generator using faker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published