This repo contains:
backend/: Supabase SQL schema, policies, and REST/RPC examples.frontend/: Minimal Next.js UI to exercise the flows (auth, recipes, social feed, meal planner, shopping lists).
- Set up Supabase: run
backend/schema.sqlthenbackend/policies.sql, and create therecipe-imagesstorage bucket. - Frontend: see
frontend/README.mdfor environment variables andnpm run dev.
The app uses Supabase REST and storage only—no custom server code required. Use the service role key only for migrations/seed tasks; everything else runs with the anon/user keys via RLS.