curl https://searchcompany-main.up.railway.app/health
{ "status": "healthy" }
Check if the API is running
"healthy"
railway.toml
[healthcheck] path = "/health" interval = 30 timeout = 10
HEALTHCHECK --interval=30s --timeout=10s \ CMD curl -f http://localhost:8000/health || exit 1
/
{ "message": "Hello from Backend!" }