Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham authored Nov 13, 2024
1 parent 605379d commit 47d8ff3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ The setup of this backend requires the following steps:

Alternatively, to step 2, a browser plugin can be used to disable CORS policy.

## Running with Dockerized Services

It is possible to run all related services, including the frontend, as described in the [frontend development guide](https://github.com/kbss-cvut/record-manager-ui/blob/main/doc/development.md#additional-configuration-parameters). The guide also describes how to use local backend with the dockerized services using variable `INTERNAL_RECORD_MANAGER_SERVER_SERVICE`.

## Health check

To check that the backend is running, use path `/actuator/health` (e.g. `http://localhost:8080/record-manager/actuator/health`).

0 comments on commit 47d8ff3

Please sign in to comment.