An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build](https://github.com/rbaltrusch/finapp/actions/workflows/maven.yml/badge.svg)](https://github.com/rbaltrusch/finapp/actions/workflows/maven.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](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.