Skip to content

feat: add health check endpoint and improve landing page footer#59

Open
Astroidkiller wants to merge 1 commit intovirtualcell:mainfrom
Astroidkiller:feat/health-endpoint-footer-improvement
Open

feat: add health check endpoint and improve landing page footer#59
Astroidkiller wants to merge 1 commit intovirtualcell:mainfrom
Astroidkiller:feat/health-endpoint-footer-improvement

Conversation

@Astroidkiller
Copy link
Copy Markdown

Summary

Two small improvements — one backend, one frontend.

Backend — Add /health Endpoint (backend/app/main.py)

Added a standard /health GET endpoint to the FastAPI backend.

Why: Health check endpoints allow Docker, load balancers, and monitoring tools to verify the API is running before routing traffic to it. Currently missing from the project.

Response:

{"status": "ok", "app": "VCell AI Backend", "version": "1.0.0"}

@Astroidkiller Astroidkiller force-pushed the feat/health-endpoint-footer-improvement branch from b071a1a to e78ab97 Compare March 24, 2026 06:52
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.

1 participant