This project demonstrates how to create a fake REST API using json-schema-faker and json-server.
Install dependencies with:
npm i
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.