A java 11 application, used as backend for the piggy-bank-frontend app.
To work with the application, choose your preferred IDE and import the project as "gradle project".
To run the code directly from command line:
- open a terminal and move into the directory where you have checked out
- move into docker folder and run docker-compose up
- Run "./gradlew clean build bootRun" to run the application
To generate self signed key: keytool -genkeypair -alias piggybank-test.com -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore piggybank-test.p12
This service use openapi from swagger, to use the service while it is running open http://localhost:8080/swagger-ui.html on your browser.