[ORCH-102] Create NestJS server with health checks #203
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Basic HTTP server for orchestrator API using NestJS framework with health check endpoints.
Acceptance Criteria
src/main.tssrc/app.module.tssrc/api/health/health.controller.tsDependencies
Technical Notes
Uses NestJS @Controller and @Get decorators for route handlers.
[ORCH-102] Create Fastify server with health checksto [ORCH-102] Create NestJS server with health checks