This is a project built as an application assignment to test my backend skills. The test was taken by Jaap Weijland. To implement the requirements, the Node.JS framework Nest is used.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
To aid in testing the API, a Postman collection is included in this repository.