Skip to content

Latest commit

 

History

History
executable file
·
35 lines (17 loc) · 1.28 KB

readme.md

File metadata and controls

executable file
·
35 lines (17 loc) · 1.28 KB

Rogue Build Status codecov

Transfer your money as Rogue does with powers 💸

rogue-wallpaper

Introduction

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

Insomnia REST client

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.

insomnia

Here's a tutorial from Insomnia website to help you when trying to do this.

License

MIT License ©️ Rafael Pazini