This is a mock server build on ng-apimock framework.
- Install the required modules
$ npm install
- Run the mock server
$ node server.js
- Create a .json file inside /mocks directory with the
Mock
postfix - Give a unique name for the mock
- Define request url, method and responses.