backend
Installation
SKILL.md
Backend Development (NestJS/API)
Module Structure
NestJS Architecture
- Follow modular architecture (feature-based modules)
- Use dependency injection throughout
- Separate concerns: Controllers, Services, Repositories
- Use DTOs for validation and data transfer
- Apply proper error handling with NestJS exceptions
Module Folder Structure
Each feature module in its own directory under api/src/: