Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 661 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 661 Bytes

PonnoBazar

PonnoBazar is basic microservice practice project.

PonnoBazar Architecture

PonnoBazarNew_

Prerequisite

  • Java 11
  • Maven
  • Docker
  • Docker-compose

How to build

git clone git@github.com:rashed-08/PonnoBazar.git

cd PonnoBazar

cd eureka-service

mvn clean install

cd gateway-service

mvn clean install

cd inventory-service

mvn clean install

cd order-service

mvn clean install

cd product-service

mvn clean install

docker-compose up -d --build

cd elk

docker-compose up -d --build