Skip to content

Commit 781fab0

Browse files
committed
Update microservices overview in README file
1 parent 8aab40b commit 781fab0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,19 @@ Each of the java based applications is started with the `chaos-monkey` profile i
7373

7474
You can then access petclinic here: http://localhost:8080/
7575

76+
## Microservices Overview
77+
78+
This project consists of several microservices:
79+
- **Customers Service**: Manages customer data.
80+
- **Vets Service**: Handles information about veterinarians.
81+
- **Visits Service**: Manages pet visit records.
82+
- **API Gateway**: Routes client requests to the appropriate services.
83+
- **Config Server**: Centralized configuration management for all services.
84+
- **Discovery Server**: Eureka-based service registry.
85+
86+
Each service has its own specific role and communicates via REST APIs.
87+
88+
7689
![Spring Petclinic Microservices screenshot](docs/application-screenshot.png)
7790

7891

0 commit comments

Comments
 (0)