Skip to content

Commit

Permalink
docs: database env info
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykomiotek committed Feb 4, 2024
1 parent a7271b5 commit 1953ceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1953ceb

Please sign in to comment.