https://github.com/rbaltrusch/finapp
Transaction management system web application
https://github.com/rbaltrusch/finapp
java rest-api spring-boot transaction-manager
Last synced: 8 months ago
JSON representation
Transaction management system web application
- Host: GitHub
- URL: https://github.com/rbaltrusch/finapp
- Owner: rbaltrusch
- License: mit
- Created: 2022-03-09T19:34:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T18:08:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T21:13:35.471Z (9 months ago)
- Topics: java, rest-api, spring-boot, transaction-manager
- Language: Java
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/rbaltrusch/finapp/actions/workflows/maven.yml)
[](https://opensource.org/licenses/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.
```batch
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](https://github.com/rbaltrusch/finapp/blob/master/CONTRIBUTING.md).
## License
This repository is open-source software available under the [MIT license](https://github.com/rbaltrusch/finapp/blob/master/LICENSE).
## Contact
Please raise an issue for code changes. To reach out, please send an email to richard@baltrusch.net.