Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.26 KB

Build License: MIT

Transaction management system

This is a simple Spring Boot web application for a transaction management system REST API.

Getting started

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

Contributions

Any contributions, such as additional features, bugfixes, or documentation are much appreciated. Contribution guidelines are specified in CONTRIBUTING.md.

License

This repository is open-source software available under the MIT license.

Contact

Please raise an issue for code changes. To reach out, please send an email to [email protected].