This project demonstrates how to create a fake REST API using json-schema-faker and json-server.
See my blog post for more details.
Install dependencies with:
yarn install
Start the REST API with:
yarn run start
This will generate random data in /buildScripts/db.json
and then serve it on a REST API on port 3000.