https://github.com/pledger-io/rest-application
Pledger.io is a "self hosted" application that helps in keeping track of your personal finances.
https://github.com/pledger-io/rest-application
budgeting finance financial-analysis java rest-api
Last synced: 4 months ago
JSON representation
Pledger.io is a "self hosted" application that helps in keeping track of your personal finances.
- Host: GitHub
- URL: https://github.com/pledger-io/rest-application
- Owner: pledger-io
- License: mit
- Created: 2024-03-13T14:52:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-05T10:56:03.000Z (4 months ago)
- Last Synced: 2026-03-05T14:52:14.337Z (4 months ago)
- Topics: budgeting, finance, financial-analysis, java, rest-api
- Language: Java
- Homepage: https://www.pledger.io
- Size: 4.01 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pledger.io


[](https://sonarcloud.io/summary/new_code?id=pledger-io_rest-application)

[](https://opensource.org/licenses/MIT)
-----------------------
**[Read the documentation](https://www.pledger.io/)**
-----------------------
## About Pledger.io
Pledger.io is a "self hosted" application that helps in keeping track of your personal finances.
It helps you keep track of your income and expenses to allow you to spend less many and save more.
Using Pledger.io you can keep track of your income vs spending as well as your credit card expenses.
Pledger.io has the following features:
* Categories to group expenses
* Budgets to track income vs. expenses
* Contract notifications
* Importing transactions from bank exports
## Get started
**Note:** the front-end application can be found in the [user-interface](https://github.com/pledger-io/user-interface) repository. The [deployment](https://github.com/pledger-io/build-tooling) build will bundle the front-end with this backend system.
In this repository you will find the backend REST application needed to run Pledger.io.
### Building the source
To build the application the following needs to be present on your local PC:
* JDK 21 or higher
* GIT for completing the checkout
You can build the application using the Gradle command:
./gradlew build
### Running the backend
The generated phat JAR in the ```fintrack-api``` module can be started, which will run the backend of Pledger.io. To access the
API documentation use the url:
http://localhost:8080/spec/index.html