Skip to content

Commit

Permalink
Update Readme, local run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciogeneroso committed Sep 29, 2023
1 parent f3811fa commit c1832f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Each service will self register in the service discovery and the API Gateway res

## Build, tests and run

Service discovery does not have any dependency on the `groot-mg` project, so it is easy to run it locally.

Build with gradle (build + unit tests):
```
./gradlew build
Expand All @@ -21,6 +19,8 @@ Run functional-tests:

### Run

Service discovery does not have any dependency on the `groot-mg` project, so it is easy to run it locally.

Local app is available on the port `8081`, health check endpoint is [http://localhost:8081/private/health](http://localhost:8081/private/health)

```
Expand Down

0 comments on commit c1832f7

Please sign in to comment.