Live demo: https://json-server-authen.herokuapp.com/api/products
Install JSON Server (open cmd with administrator)
npm install -g json-server
Install node module:
npm install
Run dev environment:
npm run dev
Now you can check api, example: http://localhost:4000/api/products
You can download Postman
for easy to test
Reference: json-server
Free Software, Hell Yeah!