Skip to content

Commit

Permalink
docs: added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed May 26, 2021
1 parent 7a1a82d commit 739d11a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/web-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ PRISMA_DATABASE_URL=postgresql://postgres:[PASSWORD]@[HOST]:[PORT]/postgres?sche
### Step 2:

Create and seed the database if needed
Create and seed the database the first time or after a change.

```
```bash
# Using push here rather than migrate it's easier for
# the example.
$ yarn prisma:db:push
$ yarn prisma:db:seed
```
Expand Down

0 comments on commit 739d11a

Please sign in to comment.