Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 403 Bytes

Microservices Project

This projects shows build a system with microservices using some of the lastest technologies

  • Spring Boot
  • Apache Kafka
  • Swagger

Quickstart

  1. Install docker
  2. Git clone
  3. Run "docker-compose up"

Demo

  1. Go to localhost:4000/billing-api/
  2. Make POST /billing
  3. Read the logs of docker-compose console for seeing microservices interaction through kafka messages