/delivery-microservice

🚚 Simulation of delivery app backend side.

Primary LanguageJava

Microservice project in Spring boot.

I used the queue structure to deliver the order event to other services. All services communicate with each other.

Technology I use

  • Spring Boot
  • Kafka
  • PostgreSQL
  • Spring Cloud
  • Docker

Running the application in local

mvn spring-boot:run

Dockerize Services

$ docker build -t image_name . 

Running Docker Compose

$ docker-compose up