Skip to content

Commit

Permalink
update(intergration environment): added more description to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Nov 25, 2024
1 parent 8f790a3 commit 85dd48a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/environment-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ Modify the ```.env``` file with the right values for the variables
```sh
docker-compose up -d
```
Verify that all containers are running by executing
```sh
docker-compose ps
```
## Step 3: Test Connectivity
Use a tool like Postman or curl to verify that the server is running and responding.
```sh
curl -X GET http://0.0.0.0:8080/ \
-H "Content-Type: application/json" \
```
Expected Response: A JSON object indicating the mediator is operational

## Step 4: Logging And Monitoring
For real time monitoring of the logs run the command
Expand Down

0 comments on commit 85dd48a

Please sign in to comment.