The Money Tracker is an application to track your monthly expenses. It provides a true RESTful HTTP API, which is documented using Spring Rest Docs.
Visit http://localhost:8080
to use the application.
Visit http://localhost:8080/docs/api-guide.html
to view the documentation.
mvn package
java -jar target/*.jar
docker-compose up -d
Visit http://localhost:8080.
Within the pom.xml the OWASP dependency check is added. To execute the dependency scan, execute mvn dependency-check:aggregate
.