This repository was created just for my studies and presentation purposes and contains some examples and use cases for RxJS with NestJS.
You can read the topics of presentation in the PRESENTATION file.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod