Skip to content

Commit 956ab22

Browse files
committed
Add command to start the database
1 parent 5c7e2d9 commit 956ab22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ To run the app:
1414
make run
1515
```
1616

17+
To start the database:
18+
19+
```bash
20+
make up
21+
```
22+
1723
To migrate the database:
1824

1925
```bash

0 commit comments

Comments
 (0)