Java API respecting the principles of clean architecture, using messaging with Kafka
- Clone repo
git clone https://github.com/arthurlopesr/simple-pay.git
- Run Kafka and MySql:
docker-compose up -d
- Run the Spring Boot application
- Access application at
http://localhost:8080/simple-pay
.