An open API service indexing awesome lists of open source software.

https://github.com/viiku/ecommerce-microservices

Case Study:- Sample of ecommerce microservices (Event Driven Architecture using CQRS design pattern, Axon Framework, API Gateway, Eureka Server)
https://github.com/viiku/ecommerce-microservices

api-gateway axon-server eureka-server event-driven-architecture event-sourcing microservice springboot

Last synced: 6 months ago
JSON representation

Case Study:- Sample of ecommerce microservices (Event Driven Architecture using CQRS design pattern, Axon Framework, API Gateway, Eureka Server)

Awesome Lists containing this project

README

          

## Ecommerce Microservice

Case Study of an ecommerce microservice i.e. Order Service, Product Service, Payment Service etc..

```declarative
ApiGateway
Eureka Service
Order Microservice
Product Microservice
Axon Server for Event Sourcing
```

### Checking if records already exists in database table
1. Checking if Product already exists?
2. Checking if User already exists?

### How to run
1. Run Discovery Server
2. Run API Gateway
3. Run microservices