From c9682444c94b09030c2f31e7d354a81ea7aea1f8 Mon Sep 17 00:00:00 2001 From: Taheera Ahmed <60318348+taheeraahmed@users.noreply.github.com> Date: Sat, 4 Nov 2023 15:09:20 +0100 Subject: [PATCH] Add backend-service availability information to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d950327..38dfde78 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Then run: Run the command. This will run all the necessary services for the backend, including the hilfling service itself. `docker-compose up -d` +The backend-service will be available on `backend.localhost:8000` ## For back-end developers @@ -29,8 +30,8 @@ Run the command mentioned below. This will run all necessary services for the ba `docker-compose -f docker-compose.dev up -d` This means in order to start the hilfing service you must run the following command: - `mvn spring-boot:run` +The seervice To use prod database `mvn spring-boot:run -Drun.profiles=prod`