Refer this Anatomy of HTTP Req/Res transaction, this project realizes the same
- Install dependencies
npm install
or
yarn
- Run application from terminal
npm start
- Run test cases from terminal
npm run test
- Run lint checks from terminal
npm run lint