The app calculates the amount of the monthly payment for a mortgage loan. The user can specify the amount of the loan, the interest rate, the number of years, and the date of the first payment. The app will then calculate the amount of the monthly payment.
Install the environment
pip install poetry
Clone the project
git clone https://github.com/statsit/mortgage-app.git
Go to the project directory
cd mortgage-app
Docker Compose Build
make docker_build
```javascript
async function getMortgage() {
try {
const response = await axios.get('http://localhost:8000/mortgages/');
console.log(response);
} catch (error) {
console.error(error);
}
}
curl -X GET \
"http://localhost:8000/mortgages/"
-H "accept: application/json"
-
Additional browser support
-
Add more integrations
I'm a full stack AI developer...
Contributions are always welcome!
See contributing.md
for ways to get started.