This skill provides comprehensive architectural guidance for building robust Node.js servers, REST APIs, and microservices. It implements industry-standard patterns such as Layered Architecture (Controllers, Services, Repositories), Dependency Injection, and type-safe schema validation. By following these patterns, developers can ensure their backends are maintainable, testable, and secure, featuring pre-configured middleware for authentication, logging, and centralized error handling.
Características Principales
01Automated request validation using Zod and schema patterns
020 GitHub stars
03Type-safe dependency injection for better testability
04High-performance Fastify and minimalist Express boilerplate
05Standardized JWT authentication and RBAC middleware
06Layered architecture templates (Controller/Service/Repository)