Sign inSign up

lealoureiro/mortgage-calculator-api

By lealoureiro

Updated over 3 years ago

API to perform some operations regarding Mortgages.

Image
0

737

lealoureiro/mortgage-calculator-api repository overview

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.

Pre-requisites

  • Go 1.16
  • httpie (optional for testing)
  • Docker (optional)

Run

go run mortgage-calculator-api.go

Build & Run Native

go build mortgage-calculator-api.go
./mortgage-calculator-api

Docker

docker build -t mortgage-calculator-api .
docker run --rm -p5000:5000 mortgage-calculator-api

Tag summary

Content type

Image

Digest

sha256:54a2aa63f

Size

7.4 MB

Last updated

over 3 years ago

docker pull lealoureiro/mortgage-calculator-api