nestjs
Installation
SKILL.md
NestJS Microservices Development
Project Structure
This project uses NestJS for three microservices:
apps/auth- Authentication (JWT, Passport)apps/order- Order management (integrates with Temporal)apps/product- Product catalog
Shared modules are in packages/core.