...
Run the following command to start the database:
$ docker compose up -dWith the database running, update the .env file with the following database connection url:
DATABASE_URL="postgresql://postgres:prisma@localhost:5432/postgres?schema=public"Run migrations with command:
$ npx prisma migrate dev --name initUse Prisma Studio for the view/edit data in your database.