Database
Starter-SaaS uses Supabase (opens in a new tab) for user registration.
You need to create api key from your Supabase dashboard (opens in a new tab).
You must put it in the .env
file in the key :
.env
# DB
DATABASE_URL=""
SUPABASE_SERVICE_ROLE_KEY=""