To access this project, fork and clone it from this github repository then "cd" into the project directory and type "npm install" into the terminal. Make sure the necessary dependencies are installed in order to run it properly. Update the hardcoded token on line 160 of server.test.js with the latest "Generated Token" in the console log. You can find that console log and run the tests by typing "mocha test/server.test.js --watch" into the terminal.
This project has been created by a student at Project Shift, a software engineering fellowship located in Downtown Durham. The work in this repository is wholly of the student based on a sample starter project that can be accessed by looking at the repository that this project forks.