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/:

Installs
4
GitHub Stars
8.6K
First Seen
Jun 1, 2026
backend — redis/redisinsight