A fullstack application that calculates the amount of remaining debt after ,X, Amount of years based on:
- Initial loan Amount.(Darlehensbetrag)
- Interest Rate.(Sollzinssatz)
- Yearly Amortization % rate.(Anfängliche Tilgung (%))
- Optional -- Initial duration till which the interest rate doesn't change.(Zinsbindungsdauer).
Based on ReactJS.The Frontend is reponsive and reactive, that is it can be run and shown without problem on all mobile and non-destop devices and the change in input parameters reflects dynamically the output table in the UI.
Based on Spring boot, Java 8, Swagger documentation and AOP logging.
- http://localhost:8080/api/plan/monthly
- http://localhost:8080/api/plan/yearly jeweils für monatliche und jährliche Planberechnungen.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
As both frontend and backend parts are going to be running in docker container. You need to have docker installed on your system. https://docs.docker.com/get-docker/
From root directory of the project run
Wait a few minutes till both backend and frontend containers are up and running.
After the containers are up, you can access the application at:
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Anirudh
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details