diff --git a/README.md b/README.md index d52dcb5dfe2286f7832eb2eca7bac5bf166916bb..69ad99b78c1315ddbadadacce7b0e8a76f1fed29 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,14 @@ which can report total and average (per account) transactions (deposits, withdra ## Use case diagram <img src="./useCaseDiagram.png" width="800"> -## Service Structure +## Artefact Structure -| Service | Specification | -|-----------------------------|-----------------------------------------------------------------------| -| **Account Management** | Authentification, user accounts management | -| **Account Query** | Real-time representation of current balance states of bank accounts | -| **Transaction Processor** | Asynchronous processor for transaction requests | +| Service | Specification | +|-----------------------------|-----------------------------------------------------------------------------------------------------------------------| +| **Infrastructure** | Common implementations including exceptions, exception handling, loadbalancing, service registry, security and other | +| **Account Management** | Authentification, user accounts management | +| **Account Query** | Real-time representation of current balance states of bank accounts | +| **Transaction Processor** | Asynchronous processor for transaction requests | ## Module Architecture diff --git a/account-management/README.md b/account-management/README.md index 0977c047ba7a906c1b09699c59e9189809c8aed6..53fe72946b980f886cbb905442c7741229be3336 100644 --- a/account-management/README.md +++ b/account-management/README.md @@ -1,17 +1,15 @@ # Account Management Service -## Microservices +## API's -1. **User Service:** +1. **User Api:** - Manages user-related operations such as user creation, retrieval, and updating users. -2. **Account Service:** +2. **Account Api:** - Handles account-related operations such as account creation, retrieval, and management. -3. **Scheduled Payment Service:** +3. **Scheduled Payment Api:** - Manages scheduled payment operations including scheduling, retrieval, and processing.  - -