Option 1: Supabase (Recommended, Free Cloud Postgres)
- Go to Supabase and create a new project.
- Copy your database connection string (Session Pooler) from Project Settings → Database.
- Paste it into your
.env
file asDATABASE_URL
.
Option 2: Local Postgres
- Install Postgres
-
Create a database:
-
Update
.env
:
Next Steps
- Return to the CMS Setup Guide to continue configuration.
- For advanced database options, see the Prisma documentation.