Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 628 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 628 Bytes

Money Tracker

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.

Build and Run Locally

mvn package
java -jar target/*.jar

Run in Docker

docker-compose up -d

Visit http://localhost:8080.

Known Vulnerability Scan

Within the pom.xml the OWASP dependency check is added. To execute the dependency scan, execute mvn dependency-check:aggregate.