####Configure the project:
-
update
config/default.jsonwith your local settings to connect to MongoDB -
install required npm packages
npm install
####Running the project:
npm start: Project will run on port 8000
####Running the tests:
npm run unit: For unit tests
npm run e2e: For end-to-end test