Skip to content

Commit

Permalink
Add Microservices Overview to readme (#276)
Browse files Browse the repository at this point in the history
* Added text file

* Delete Text File

* Update microservices overview in README file

---------

Co-authored-by: TayJieHao386 <[email protected]>
  • Loading branch information
bryanwong69420 and TayJieHao386 authored Sep 28, 2024
1 parent f154535 commit 06a9bac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ Each of the java based applications is started with the `chaos-monkey` profile i

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

## Microservices Overview

This project consists of several microservices:
- **Customers Service**: Manages customer data.
- **Vets Service**: Handles information about veterinarians.
- **Visits Service**: Manages pet visit records.
- **API Gateway**: Routes client requests to the appropriate services.
- **Config Server**: Centralized configuration management for all services.
- **Discovery Server**: Eureka-based service registry.

Each service has its own specific role and communicates via REST APIs.


![Spring Petclinic Microservices screenshot](docs/application-screenshot.png)


Expand Down

0 comments on commit 06a9bac

Please sign in to comment.