ticketing
ticketing copied to clipboard
Microservices example using NestJS, Kubernetes in Nx workspace
They both seem great candidates to : - replace `class-validator` and `class-transformer` to declare DTOs used for validation - replace `nests-swagger` the same interface created for Typia can also be...
On the backend apps, create a `tracing` module imported before everything else in main. Init OTel SDK with instrumentations library for the following modules: - Net - HTTP - Fastify...
Events are only propagated across microservices at the moment. It could be great to provide an example implementation of an MQTT ( and Websocket ) API for users and use...
Consider approach suggested by [defekt](https://github.com/thenativeweb/defekt/tree/main) to construct and handle errors. This could be particularly helpful for error handling between micro services when a clear strategy needs to be in place...
Create Nest middleware that read or add `X-Request-Id` HTTP request header. Apply to apps : - auth - orders - payments - tickets
synced local file(s) with [getlarge/ticketing-exercises](https://github.com/getlarge/ticketing-exercises). Changed files created local directory exercises and copied all sub files/folders from remote directory exercisescreated local directory assets and copied all sub files/folders from remote...
- [x] make verification simpler => `yarn affected -t lint,test,build --parallel=2 --exclude=workspace --ci --verbose` - [x] Run selective build in Docker job in CD workflow (rely on Nx Replay instead...