Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 412 Bytes

ApiMocking.md

File metadata and controls

9 lines (5 loc) · 412 Bytes

Mock server

Given the RAML describing of an API, raml-mocker-server 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.js, modify it to eventually change the http port and the raml files to select.