Quick mock server to answer 200OK to all paths.
- Make sure you have node.js and npm installed.
- Clone the repo:
git clone git@pdihub.hi.inet:srs30/mock200.git - Cd into the repo:
cd mock200 - Install dependencies:
npm install - Run it:
npm startornode server.js
Just run in your console a curl like curl http://localhost:3000/test to see the status 200.