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

https://github.com/c-kiplimo/microservices-product-inventory-order

Microservice project which one can place an order for a particular product ,it has the inventory which checks if the product is in store before placing an order.
https://github.com/c-kiplimo/microservices-product-inventory-order

api-gateway circuit-breaker docker eureka-server kafka kubernetes microservices mongodb mysql prometheus rabbitmq resilience4j spring-boot

Last synced: 3 months ago
JSON representation

Microservice project which one can place an order for a particular product ,it has the inventory which checks if the product is in store before placing an order.

Awesome Lists containing this project

README

        

# Spring Boot Microservices
This repository contains the latest source code of the spring-boot-microservices tutorial

You can watch the tutorial on Youtube here - https://www.youtube.com/watch?v=mPPhcU7oWDU&t=20634s

## 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.