How to setup json-server to use custom id and route?

This post talks how to setup json-server to use custom id and routes. In case you don’t know, json-server allows you to run a fake HTTP server with zero coding in no time. This is a common solution to allow UI team to work while REST APIs are being developed by the backend team.

Continue reading “How to setup json-server to use custom id and route?”