Problem
@nestjs/terminus is installed as a dependency but never configured. There is no health check endpoint, making it impossible for deployment pipelines, load balancers, or monitoring tools to verify that the application and its dependencies are running correctly.
Proposed Solution
Create a HealthModule inside backend/src/module/health/ using @nestjs/terminus that checks all critical dependencies.
Acceptance Criteria
Problem
@nestjs/terminus is installed as a dependency but never configured. There is no health check endpoint, making it impossible for deployment pipelines, load balancers, or monitoring tools to verify that the application and its dependencies are running correctly.
Proposed Solution
Create a HealthModule inside
backend/src/module/health/using @nestjs/terminus that checks all critical dependencies.Acceptance Criteria