Component Diagram
Last updated
@startuml
title Banking Microservices - Component Diagram
package "Banking System" {
[User Service] --> [Auth Service] : Authenticate User
[User Service] --> [Account Service] : Retrieve Account Details
[Account Service] --> [Transaction Service] : Process Transactions
[Transaction Service] --> [Notification Service] : Send Alerts
[Transaction Service] --> [Database] : Store Transactions
}
@enduml