Micro service that provides interaction with data base for Monedero Bingo Services.
Monedero Bingo is a SaaS solution that allows companies give loyalty points to their customers and clients using their phone number.
Customers can redeem their points to get promotions and giveaways. It provides a robust REST API service intended for internal use but also aimed to external clients.
This service provides support to Monedero Bingo services for sending SQL queries to DB.
To contribute you need to fork the repository and
create a Pull Request from it.
Steps to create a Fork in Gihub.
Steps to create the Pull Request in Github.
To build the project just execute this command in console or terminal.
Linux/Mac: ./gradlew build
Windows: gradlew build
You can run this command in order to execute the unit tests.
Linux/Mac: ./gradlew test
Windows: gradlew test
If you have any question you can join us in our Gitter Chat.