Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarne Van Aerde authored and Jarne Van Aerde committed Sep 27, 2024
1 parent 2d02728 commit 63318e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
docker run --name tech-survey -e "POSTGRES_USER=dummyusr" -e "POSTGRES_PASSWORD=dummypw" -e "POSTGRES_DB=tech-survey" -d -p 5432:5432 docker.io/postgres
```
3. Make sure to also use that username and password inside of the `.env` file:
`DATABASE_URL="postgresql://dummyusr:pas$word@localhost:dummypw/tech-survey`
`DATABASE_URL="postgresql://jarne:dummyusr@dummypw/tech-survey`
4. Run the following commands to setup your db locally. For the `npm run db:seed` command you need a CSV file to populate the database. You can ask your co-worker for this CSV file, or skip this if you don't want any data.
```bash
npm run db:generate
Expand Down

0 comments on commit 63318e3

Please sign in to comment.