Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasir-barati/nestjs-materials
NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them
https://github.com/kasir-barati/nestjs-materials
docker docker-compose e2e javascript microservices mongodb nestjs nodejs postgresql rabbitmq stripe tips-and-tricks typescript unit-testing
Last synced: about 2 months ago
JSON representation
NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them
- Host: GitHub
- URL: https://github.com/kasir-barati/nestjs-materials
- Owner: kasir-barati
- License: gpl-3.0
- Created: 2022-05-28T12:41:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T11:02:03.000Z (2 months ago)
- Last Synced: 2024-11-14T11:34:58.109Z (2 months ago)
- Topics: docker, docker-compose, e2e, javascript, microservices, mongodb, nestjs, nodejs, postgresql, rabbitmq, stripe, tips-and-tricks, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 4.37 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
# nestjs-materials
NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them
- [Microservices](./microservices/README.md)
# Some docs
- [How to debug your code and flaky tests](./docs/debugging/README.md).
- [Designing and versioning RESTful APIs](./docs/designing-restful-api/README.md).
- [MockServer and mocking 3rd-party HTTP/S calls](./docs/mockserver/README.md).
- [Kafka intro](./docs/kafka/README.md).
- [RabbitMQ intro](./docs/rabbitmq/README.md).