Laboratorio 2 de Arquitectura de Software
Implementation of a Simple App with the next operations:
-
Get random nations
-
Get random currencies
-
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:run
to download the node dependencies
Execute:
$ mvnw clean install
Execute:
$ mvwn -B package -DskipTests --file pom.xml