Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.08 KB

Loan management tool with REST API

1. Loan repayment monitoring

Monitor and analyze the status of your loan repayment!

You will need to first create a loan.json file described in the section below. This is the ground truth and the main source of data for this application. You will need to add data manually (by editing the json), or via the API POST endpoint /loan/history.

The json format is described here.

Visualize your loan repayment progress by connecting Grafana to the REST API.

You can use my Grafana dashboard template, or you can make your own.

Here is one example (concrete numbers are blurred out in paint): Selection_1514

2. Loan vs investment analysis

Should I repay my loan, or should I invest my cash this month?

Setup the constants in this script.

Then run the script find out.