'Basic' api project in NodeJS.
yarn install
or
npm install
Running tests
npm test
Running coverage
npm run coverage
- Somehow, intialiazing tests on product controller calls to mongodb-memory-server to attempt downloading mongod binaries and tests fails. It success on next execution.
- DONE Add authentication middleware
- DONE Add authenticated route option
- DONE Add application configuration
- Add Dockerfile
- DONE Add coverage reporter