HuddleEats

Phase 1 foundation: Next.js scaffold + Backend connectivity + basic auth/session checks.

Auth (sign in / sign up)
Server actions set Backend session cookies.
Dashboard (protected)
Redirects to auth if you’re signed out.
Who am I? (server)
Confirms the server can read your session.
Backend health (JSON)
Pings Auth + REST endpoints.
Who am I? (JSON)
Returns the current user from cookies.