Nuxt 4 + FastAPI + PostgreSQL
API usada: https://api.arrow4d.com
1. FastAPI /health
{
"status": "healthy"
}2. FastAPI + PostgreSQL /db-test
{
"status": "ok",
"postgres_time": "2026-05-24 20:02:34.295368+00:00"
}API usada: https://api.arrow4d.com
{
"status": "healthy"
}{
"status": "ok",
"postgres_time": "2026-05-24 20:02:34.295368+00:00"
}