Api Mocking

Given the RAML describing of an API, raml-mocker-serverarrow-up-right will start responding the web client with data that comply with the API.

To start the mock server, run this npm script:

# npm run mocker

This script launches mocker-server.jsarrow-up-right, modify it to eventually change the http port and the raml files to select.

Last updated