Skip to content

feat: implement health check endpoint#11

Merged
AlAfiz merged 1 commit intoBETAIL-BOYS:mainfrom
lifewithbigdamz:feat/implement-health-check-endpoint
Feb 19, 2026
Merged

feat: implement health check endpoint#11
AlAfiz merged 1 commit intoBETAIL-BOYS:mainfrom
lifewithbigdamz:feat/implement-health-check-endpoint

Conversation

@lifewithbigdamz
Copy link
Copy Markdown
Contributor

@lifewithbigdamz lifewithbigdamz commented Feb 19, 2026

Closes #2


  • Add HealthController with GET /health endpoint
  • Implement database connection check using TypeORM
  • Return proper JSON response with status, database, and timestamp
  • Return 200 OK when DB is connected, 503 Service Unavailable when down
  • Add database providers for TypeORM configuration
  • Update app module to include health module
  • Add required dependencies to package.json

- Add HealthController with GET /health endpoint
- Implement database connection check using TypeORM
- Return proper JSON response with status, database, and timestamp
- Return 200 OK when DB is connected, 503 Service Unavailable when down
- Add database providers for TypeORM configuration
- Update app module to include health module
- Add required dependencies to package.json

Closes BETAIL-BOYS#2
@AlAfiz AlAfiz merged commit 26ad15f into BETAIL-BOYS:main Feb 19, 2026
2 checks passed
JerryIdoko pushed a commit to JerryIdoko/TradeFlow-API that referenced this pull request Mar 26, 2026
…-health-check-endpoint

feat: implement health check endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat: implement health check endpoint

2 participants