Structure: - control-plane/: Registries, SIMCO directives, CI/CD templates - projects/: Gamilit, ERP-Suite, Trading-Platform, Betting-Analytics - shared/: Libs catalog, knowledge-base Key features: - Centralized port, domain, database, and service registries - 23 SIMCO directives + 6 fundamental principles - NEXUS agent profiles with delegation rules - Validation scripts for workspace integrity - Dockerfiles for all services - Path aliases for quick reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| API-CONVENTIONS.md | ||
| API-STANDARDS.md | ||
| DATABASE-INTEGRATION.md | ||
| DTO-CONVENTIONS.md | ||
| ERROR-HANDLING.md | ||
| ESTRUCTURA-MODULOS.md | ||
| ESTRUCTURA-SHARED.md | ||
| NAMING-CONVENTIONS-API.md | ||
| README.md | ||
| SETUP-DEVELOPMENT.md | ||
| TESTING-GUIDE.md | ||
Guías de Desarrollo Backend
Versión: 1.0.0 Última Actualización: 2025-11-28
Índice de Guías
| Guía | Descripción |
|---|---|
| ESTRUCTURA-MODULOS.md | Estructura de los 17 módulos NestJS |
| ESTRUCTURA-SHARED.md | Código compartido (decoradores, guards, utils) |
| DATABASE-INTEGRATION.md | TypeORM, esquemas, RLS |
| API-CONVENTIONS.md | Convenciones REST y Swagger |
| ERROR-HANDLING.md | Manejo de errores y excepciones |
| SETUP-DEVELOPMENT.md | Configuración de entorno |
| TESTING-GUIDE.md | Tests unitarios y E2E con Jest |
Quick Start
- Configurar entorno: SETUP-DEVELOPMENT.md
- Entender estructura: ESTRUCTURA-MODULOS.md
- Conectar BD: DATABASE-INTEGRATION.md
- Crear endpoints: API-CONVENTIONS.md
- Escribir tests: TESTING-GUIDE.md
Stack Tecnológico
- Runtime: Node.js 18+
- Framework: NestJS
- ORM: TypeORM
- Base de datos: PostgreSQL 15+
- Testing: Jest
- Documentación API: Swagger/OpenAPI