Want to buy something? Badabin will help you...
Just an API running as a microservice that sends messages to a queue and then register new orders. It was used in a demonstration at UNIP, talking about "Agile development".
To install this project on your machine, just follow two steps:
1 - Clone it:
$ git clone [email protected]:rflpazini/badabin.git
2 - Build .jar
file of our application:
$ ./gradlew clean bootJar
3 - Run docker-compose
command:
$ docker-compose up --build
And... TchaDa!! Badabin is running at your localhost:8080
🤓.
MIT License ©️ Rafael Pazini