Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 951 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 951 Bytes

badabin 🧙🏻‍♂️ Build Status codecov

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".

Installation

To install this project on your machine, just follow two steps:

1 - Clone it:

$ git clone git@github.com: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 🤓.

License

MIT License ©️ Rafael Pazini