nestjs-microservices
Installation
SKILL.md
NestJS Microservices
Production-ready NestJS microservices deployable on Kubernetes.
Purpose
Create or modify microservice code for a NestJS project following design and architecture best practices, with Kubernetes deployment in mind.
- Follow monitoring and logging best practices using Pino Logger.
- Follow RESTful API design principles.
- Follow SOLID principles using TypeScript and NestJS.
- Input validation using Valibot.
- Use TypedORM for ORM.
- Use Valibot for input validation.
- Use Docker for containerization.
- Use GCP service accounts for GCP integration.