Skip to content

Commit

Permalink
Add backend-service availability information to
Browse files Browse the repository at this point in the history
README.md
  • Loading branch information
taheeraahmed committed Nov 4, 2023
1 parent bfd6bd0 commit c968244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ 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

Run the command mentioned below. This will run all necessary services for the backend, except the hilfling service itself.
`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`
Expand Down

0 comments on commit c968244

Please sign in to comment.