Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.29 KB

Demo Microservices Application with Spring Boot, Eureka, MySQL, Cloud Gateway

The Project

I have been developing applications the monolithic way, and for someone who enjoys picking up new challenges decided to build a customer order delivery system with a microservice approach.

The main purpose of this project is to explore a startup idea, build it with a microservice architecture.

Project was built using Java 17 and springboot 2.5.7

Services Included in this Project

Find a list of the services contained in this project

  • config-services

  • eureka-services

  • cloud-service-gateway

  • order-service

  • payment-service

  • customer-service

  • hystrix-dashboard

  • microservice-cloud-config-server

##PS: I'll Update this Doc as I continue to build.