API to perform some operations regarding Mortgages.
737
REST API with some tools to calculate Mortgage properties like monthly payments.
At moment only supports to calculate the monthly payments of Linear Mortgage offered by most banks in The Netherlands.
go run mortgage-calculator-api.go
go build mortgage-calculator-api.go
./mortgage-calculator-api
docker build -t mortgage-calculator-api .
docker run --rm -p5000:5000 mortgage-calculator-api
Content type
Image
Digest
sha256:54a2aa63f…
Size
7.4 MB
Last updated
over 3 years ago
docker pull lealoureiro/mortgage-calculator-api