Skip to content

ShowStopper3/spring-boot-microservices

Repository files navigation

Spring Boot MicroServices

With the help of this repository you can run microservices using Spring Boot, Spring Cloud, Spring OAuth 2 and Netflix OSS framework.

Contributors

Application Compo

The application consists of 6 different services

Application Architecture

screenshot!

Project Overview

  • This project that mocks an e-commerce API where you can create a customer and orders.

  • The customer can place orders having multiple products in it.

  • This project uses KAFKA broker to communicate between the microservices.

How To Run ?

  • You can run the project using following steps:
    • Install latest version of Docker in your machine.
    • Clone this GIT repository.
    • Go to directory spring-boot-microservice on your system.
    • Run docker-compose up --build and then docker-compose up.

Rest End Points.