Please do not use NEXT_PUBLIC to secure secrets.
You can use the docker-compose file to spin up a Postgres instance.
docker-compose up --build -dThen run the development server:
yarn install
npx prisma migrate dev
yarn devPrisma studio:
npx prisma studioOpen http://localhost:3000 with your browser to see the result.