Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Feat/health check api endpoint#407

Open
gitit24x7 wants to merge 7 commits intoR3ACTR:mainfrom
gitit24x7:feat/health-check-api
Open

Feat/health check api endpoint#407
gitit24x7 wants to merge 7 commits intoR3ACTR:mainfrom
gitit24x7:feat/health-check-api

Conversation

@gitit24x7
Copy link
Contributor

I've added a simple Health Check endpoint at /api/health.

This is super useful for setting up uptime monitors (like UptimeRobot or Railway) to make sure our backend is alive and kicking. The response is lightweight and runs on the edge, so it's really fast and won't slow anything down.

You can test it here:
GET /api/health

It returns a JSON object like this:

{
  "status": "ok",
  "version": "0.1.0",
  "uptime": 123.45
}

closes #406 

@gitit24x7
Copy link
Contributor Author

@Sree14hari Can you please check and approve too if all ok?

@Sree14hari
Copy link
Member

@gitit24x7 it have merge conflicts

@gitit24x7 gitit24x7 force-pushed the feat/health-check-api branch from 31cd69d to fa06bda Compare February 18, 2026 05:11
@gitit24x7
Copy link
Contributor Author

@Sree14hari conflicts resolved. Please check now

@Sree14hari
Copy link
Member

@gitit24x7 conflicts

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants