Skip to content

Commit 30a5002

Browse files
committed
Readme update
1 parent 00e37ec commit 30a5002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ npm install
3030

3131
## Run Database Migration with Prisma ORM
3232

33-
This will automatically create the relevant tables in the database
33+
Before this, make sure you set up a postgresql database on your machine and create environment variable named 'DATABASE_URL' with the connection url. Then the following command will automatically create the relevant tables in the database
3434

3535
```bash
3636
$ npm run migrate-db
@@ -58,7 +58,7 @@ $ npm run dev
5858

5959
## Run automated tests
6060

61-
Test without watching
61+
Note that by design, the first time you run the tests, a couple of the tests will fail because the database will only be populated on this first run. But on subsequent run, all tests will pass.
6262

6363
```bash
6464
$ npm run test

0 commit comments

Comments
 (0)