Skip to content

Latest commit

 

History

History

zss-sample-service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Sample Service

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.

Start

npm start

Extending

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.