Nest coding test
npm install
# development
$ npm start
# watch mode
$ npm run start:dev
# debug mode
$ npm run start:debug
# development
$ npm run docker:start
# unit tests
$ npm test
# unit tests watch mode
$ npm run test:watch
# unit tests collect coverage
$ npm run test:coverage
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
# e2e tests
$ npm run docker:test:e2e
.env
files are located under./env
;- tests coverage report is located under
./coverage
; - Postman collection with API usage examples can be imported from
./Unit_Space_Coding_Test.postman_collection.json
; - API docs can be found on http://localhost:3000/api/;