- node
- npm
After cloning the repo, you'll need to install the dependencies:
npm install
See the package.json
for the included dependencies and scripts. They are also listed below:
- express
- mocha
- chai
- chai-http
- nodemon
Runs mocha, searching for and using tests placed in the test
directory.
Runs the express app. You will need to restart the server upon making changes.
Runs the express app with nodemon, automatically restarting your server upon making changes.
Additional packages are not required to complete this part of the pre-assessment.