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

https://github.com/trups39/microservices-project

Architected a microservices-based e-commerce platform using Spring Cloud, Kafka, and Circuit Breaker, with an event-driven architecture deployed on Kubernetes.
https://github.com/trups39/microservices-project

circuit-breaker event-driven java kafka microservice spring-cloud

Last synced: about 1 year ago
JSON representation

Architected a microservices-based e-commerce platform using Spring Cloud, Kafka, and Circuit Breaker, with an event-driven architecture deployed on Kubernetes.

Awesome Lists containing this project

README

          

# MicroServices-Project
Architected an event-driven e-commerce platform with Spring Cloud microservices, Kafka, and Circuit Breaker, deployed on Kubernetes

## How to run the application using Docker

1. Run `mvn clean package -DskipTests` to build the applications and create the docker image locally.
2. Run `docker-compose up -d` to start the applications.

## How to run the application without Docker

1. Run `mvn clean verify -DskipTests` by going inside each folder to build the applications.
2. After that run `mvn spring-boot:run` by going inside each folder to start the applications.