Backend (Supabase)
Supabase Project Structure
/supabase/migrations
-> Changes to the database go here to sync local development with production environment/supabase/functions
-> This is the serverless backend that is run through Supabase edge functions- Configuration files:
/.env
-> Environment variables for the production database/.env.local
-> Environment variables for the local database