A simple node.js server for mocking REST APIs that are not available from development environment. Its purpose is to mock those APIs so developer can focus on his work and doesn't need setup real service instances.
npm start
Application is base on express.js framework. https://expressjs.com/en/starter/hello-world.html
Add new REST APIs by registering listeners for endpoints in server.js file.