-
Implementation of a Simple App with the next operations:
-
Get random nations
-
Get random currencies
-
Get random Aircraft
-
Get application version
-
health check
Including integration with GitHub Actions, Sonarqube (SonarCloud), Coveralls and Snyk
In the folder src is located the main code of the app
In the folder test is located the unit tests
Execute:
$ mvnw spring-boot:runto download the node dependencies
Execute:
$ mvnw clean installExecute:
$ mvwn -B package -DskipTests --file pom.xml