Transfer your money as Rogue does with powers 💸
This project was made with Microprofile.
The generation of the executable jar file can be performed by issuing the following command
$ ./mvnw clean package
This will create an executable jar file rogue.jar within the target maven folder. It can be started by executing the following command
java -jar target/rogue.jar
To launch the test page, open your browser at the following URL
http://localhost:8181/rogue/index.html
If you want to make your life easier, you should import Insomnia environment file that is in resources folder and you will be able to test all endpoints of Rogue.
Here's a tutorial from Insomnia website to help you when trying to do this.
MIT License ©️ Rafael Pazini