A simple Web-API for managing swag items from codecentric built with NestJS. The project serves as an example for the following german blog post: Eine kompakte Einführung in NestJS.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev