Challenge Overview
Clone the��IODocs github repo��and create a documentation and testing interface (using the IODoc instructions) for each API call in the attached source. ��
Do deploy the api localy simply unzip it and run node server.js, all the node_modules are include. �� ��Then you should be able to put in localhost:8080/ping in your browser and get a pong.
In addtion there is a Mocha script test script
In order to run you need to install mocha globaly ( npm -g install mocha )
Then simply type mocha in the root dir.
Do deploy the api localy simply unzip it and run node server.js, all the node_modules are include. �� ��Then you should be able to put in localhost:8080/ping in your browser and get a pong.
In addtion there is a Mocha script test script
In order to run you need to install mocha globaly ( npm -g install mocha )
Then simply type mocha in the root dir.