Skip to content

rbaltrusch/finapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 richard@baltrusch.net.

About

Transaction management system web application

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published