Skip to content

feat: add database health check endpoint#336

Open
aditisinghal-tech wants to merge 1 commit into
imDarshanGK:mainfrom
aditisinghal-tech:feature/db-health-endpoint
Open

feat: add database health check endpoint#336
aditisinghal-tech wants to merge 1 commit into
imDarshanGK:mainfrom
aditisinghal-tech:feature/db-health-endpoint

Conversation

@aditisinghal-tech
Copy link
Copy Markdown

Summary

Added a database health check endpoint to verify database connectivity.

Changes

  • Added /health/db endpoint in backend/app.py
  • Endpoint executes a simple SELECT 1 query to verify database connectivity
  • Added test coverage in backend/tests/test_api.py

Related Issue

Closes #283

@imDarshanGK imDarshanGK added SSoC26 Part of Social Summer of Code 2026 Easy Beginner-friendly implementation work labels Jun 4, 2026
@imDarshanGK
Copy link
Copy Markdown
Owner

@aditisinghal-tech resolve conflicts

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

Labels

Easy Beginner-friendly implementation work SSoC26 Part of Social Summer of Code 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a health check endpoint for the database layer

2 participants