Skip to content

Commit

Permalink
Add hint for local database
Browse files Browse the repository at this point in the history
RISDEV-0000
  • Loading branch information
ChaosCoder committed Mar 4, 2024
1 parent 4f66e76 commit 2d33bd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ brew install --cask docker # or just `brew install docker` if you don't want the

## Running and developing

Set up and boot the database:
Set up and boot the database (from the project root):

```sh
docker compose up postgres14
```

Note: Test data has to be imported manually if needed.

You can then start the backend by running the `bootRun` Gradle task.

## Tests
Expand Down

0 comments on commit 2d33bd0

Please sign in to comment.