sequenceDiagram
actor customer
participant order_s as order <br> microservice
participant product_s as product <br> microservice
participant customer_s as customer <br> microservice
customer ->> order_s: /post orders
order_s ->> product_s: order created pending
product_s -->> customer_s: product(s) are reserved
customer_s -->> order_s: money reserved
order_s -->> customer: order approved
-
Notifications
You must be signed in to change notification settings - Fork 0
wasd0/eshop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Microservice backend for an online store