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 -d
Then run the development server:
yarn install
npx prisma migrate dev
yarn dev
Prisma studio:
npx prisma studio
Open http://localhost:3000 with your browser to see the result.