a nodejs server to accept rest requests from client , can be used to checkout if client has sent right requests
#usage
- config app port in config.js
- run
node index.js
to start server - send request to this server and checkout request info in console output.