{"service":"Expense Tracker API","status":"running","baseUrl":"http://localhost:4000","uptimeSeconds":8093,"testRoutes":{"GET /":"This overview (no auth)","GET /api":"Same overview (no auth)","GET /health":"Liveness check (no auth)","GET /api/info":"API map and curl hint (no auth)","POST /api/auth/register":"Body: { \"email\", \"password\" } (password min 8 chars)","POST /api/auth/login":"Body: { \"email\", \"password\" }","GET /api/auth/me":"Header: Authorization: Bearer <token>","GET /api/data":"Bearer token — full finance snapshot","GET /api/categories":"Bearer token","GET /api/accounts":"Bearer token","GET /api/transactions":"Bearer token","GET /api/budgets":"Bearer token","GET /api/goals":"Bearer token"}}