Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 704 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 704 Bytes

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