Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 484 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 484 Bytes

e-commerce-service

This is a project built using spring webflux consisting 3 REST microservices communicating with each other

  1. User service - Stores User data and transactions in R2DBC.
  2. Product service - Stores product data in ManogoDB.
  3. Order service - Integrates above two services to pplace an order and stores the data using spring data JPA.
  4. Product Streaming service - Individual service pushing products and frontend to display as in when new products are pushed