mock-api This example shows how you can mock your REST APIs How to setup and get mock server running ? Step1: Clone the repo to your local machine Step2: Do "npm install" Step3: Do "npm run mock" How to Access ? Open http://localhost:4000/companies in browser to see the things working !