Execution intructions: Clone the project Goto the root directory of the cloned project Execute the following commands /forex $>npm intall /forex $>node server.js E2e testing instructions: Goto the root directory Execute /forex $> node server.js Open another terminal and navigate to the root directory of this project /forex $> protractor client/tests/config/e2e.js Unit testing instructions: Goto the root directory Execute /forex $> node server.js Open browser window and open the URL http://localhost:3000/SpecRunner.html To Check for JSHINT errors Goto the root directory Execute $>grunt jshint