Skip to content
Snippets Groups Projects
Commit 62fd15f1 authored by Filip Piták's avatar Filip Piták
Browse files

Prisaham posledna zmena README, az teraz som vsetko precital dokladne

parent 1a5c201a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
# 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.
![Class Diagram](class.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment