What problem does it solve?
This Skill addresses the complexities of building NestJS applications by providing a structured approach to implementing best practices and architecture patterns, streamlining the development process and ensuring maintainability.
Core Features & Use Cases
- NestJS Best Practices: Offers guidance on implementing authentication, DTO validation, and dependency injection patterns.
- REST API Design: Assists in designing and implementing RESTful API endpoints with NestJS.
- Service and Controller Implementation: Provides templates for services and controllers, along with error handling and pagination strategies.
- Use Case: When you need to create a new module in a NestJS application, this Skill can help you establish a solid foundation by guiding you through entity creation, DTOs, services, and controllers.
Quick Start
Load the context with 'wiki/techstack/backend.md' and create a new module for 'feature' by defining the necessary files and implementing the required steps.