/fake-data-server

This is a script to generate a bunch o fake data to be mounted on a JSON Server and deploy it as a REST API.

Primary LanguageJavaScriptMIT LicenseMIT

Fake Data Server

This is a script to generate a bunch o fake data to be mounted on a JSON Server and deploy it as a REST API.

  1. git clone https://github.com/jorsh/fake-data-server.git
  2. cd fake-data-server
  3. npm install
  4. nmp run generate-data
  5. npm start

The server should be running locally on http://localhost:3000

At this moment it is ready to be deployed on services like heroku, now, or any other nodejs server.

Take a look at the live demo here

Customizing the Schema