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.
- Host: GitHub
- URL: https://github.com/trups39/microservices-project
- Owner: Trups39
- Created: 2024-09-11T19:01:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-11T19:06:40.000Z (over 1 year ago)
- Last Synced: 2025-01-04T19:14:11.115Z (about 1 year ago)
- Topics: circuit-breaker, event-driven, java, kafka, microservice, spring-cloud
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.