deployment.uml@startuml
node “Client Terminal” as API{
[Admin Portal Interface]
}
node “Web Server” as WS {
[{web server = apache}]
}
node “Application Server” as AS {
rectangle Database as DB
component [Inventory Application] as IA
IA -down- DB
}
API -- WS : TCP/IP
API -- AS : TCP/IP
@enduml