From 1953ceb1aa6e437d170d2535fd17aed505f495e5 Mon Sep 17 00:00:00 2001 From: Patryk Omiotek Date: Sun, 4 Feb 2024 22:07:01 +0100 Subject: [PATCH] docs: database env info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7ff3d8..d470511 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ install dependencies: `npm install` +Prepare two files - one in root directory `.env.local` and one in `apps/jobboard/.env.local` with database DSN: + +`DATABASE_URL=postgres://postgres:pass123@localhost:5432/jobboard` + generate types: `npx nx run prisma-schema:generate-types`