This project uses Supabase for the backend, which handles the database, authentication, etc.
.env
file.
You need to get the following variables from Supabase: NEXT_PUBLIC_SUPABASE_URL
, NEXT_PUBLIC_SUPABASE_ANON_KEY
and DEFAULT_SUPABASE_SERVICE_ROLE_KEY
.
create_tables.sql
and paste its data inside the Supabase SQL Editor which can be found in the dashboard.