Created for TIN PJA, estimated time: 30 mins.
- Install Node & NPM
- Install Mocha.js globally
npm install --global mocha - Install project dependencies
npm install
Please type npm start or yarn start to run API
npm start // run app first
npm test // execute e2e tests
