This is a simple Spring Boot web application for a transaction management system REST API.
To get a copy of this repository, simply open up git bash in an empty folder and use the command:
$ git clone https://github.com/rbaltrusch/finapp
Install dependencies using Maven and then run the built JAR, which starts the server at localhost:8000.
mvn clean package
cd target
finapp-0.0.1-SNAPSHOT.jar
start http://localhost:8000/transactions
Any contributions, such as additional features, bugfixes, or documentation are much appreciated. Contribution guidelines are specified in CONTRIBUTING.md.
This repository is open-source software available under the MIT license.
Please raise an issue for code changes. To reach out, please send an email to [email protected].