0xironclad / 0xironclad/Task-Scheduler-API
Health & readiness probes
Open
Beginner friendly
ops
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
`GET /health` (app up) and `GET /ready` (DB reachable). Useful for containers.
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for the Express app setup in the main server file (likely index.ts or app.ts). Add two new GET routes: '/health' that returns a simple 200 OK, and '/ready' that checks the database connection (e.g., a simple query). Test by running the server and curling the endpoints. Ensure the responses are appropriate for container health checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- express, node.js, postgresql, typescript
- Domain
- api, backend, devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100