Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 422 Bytes

Services.md

File metadata and controls

12 lines (11 loc) · 422 Bytes

Services

architecture

Account

architecture

Catalog

architecture

Order

architecture

Cart

architecture

In our monolithic Jpetstore, cart service only stores items added in the cart locally, and not storing it in any database, therefore we added this feature in the frontend microservice.