Your CMS requires a PostgreSQL database. You can use a free cloud database with Supabase or set up Postgres locally.
.env
DATABASE_URL
createdb my_cms
DATABASE_URL=postgresql://postgres:yourpassword@localhost:5432/my_cms