Skip to content

Fake REST API using json-schema-faker and json-server

Notifications You must be signed in to change notification settings

Webbrother/fake-rest-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake-rest-api

This project demonstrates how to create a fake REST API using json-schema-faker and json-server.

Install

Install dependencies with:

npm i

Usage

Start the REST API with:

npm start

This will generate random data in /fakedata/db.json and then serve it on a REST API on port 3000.

Related links

About

Fake REST API using json-schema-faker and json-server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • Dockerfile 16.2%