https://github.com/ikismail/webservice
Finance REST Web Service where we can calculate Annual Payment Rate(APR), Least Monthly Payment, Loan Monthly Payment and Loan Number of Payment.
https://github.com/ikismail/webservice
angularjs finance finance-service java loan loan-number loan-number-payment rate restfull-service
Last synced: 6 months ago
JSON representation
Finance REST Web Service where we can calculate Annual Payment Rate(APR), Least Monthly Payment, Loan Monthly Payment and Loan Number of Payment.
- Host: GitHub
- URL: https://github.com/ikismail/webservice
- Owner: ikismail
- Created: 2017-02-22T19:23:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T06:54:57.000Z (almost 7 years ago)
- Last Synced: 2025-04-23T00:15:46.098Z (6 months ago)
- Topics: angularjs, finance, finance-service, java, loan, loan-number, loan-number-payment, rate, restfull-service
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Finance RESTWebService
Here I have developed an **Finance Service** using **Java, SpringMVC, RESTfull service and AngularJS**
Here services like **Annual Payment Rate(APR), Least Monthly Payment, Loan Monthly Payment and Loan Number of Payment** were implemented.
##### Annual Payment Rate(APR):
* Loan Amount (C)
* Extra Cost (E)
* Interest Rate % (R)
* No. of Months (N)##### Least Monthly Payment:
* Loan Amount (C)
* Residual Value (F)
* Interest Rate % (R)
* No. of Months (N)##### Loan Monthly Payment:
* Loan Amount (C)
* Interest Rate % (R)
* No. of Months (N)##### Loan Number Payment:
* Loan Amount (C)
* Interest Rate % (R)
* Monthly Payment (P)### Tools and Technologies used:
* **Technology** : Java, Spring MVC, RESTfull Services, AngularJS, Bootstrap.
* **Application Servicer**: Apache Tomcat Server### Project Link:
* Spring RESTfull Service : https://github.com/ikismail/WebService.git
* Front End using AngularJS : https://github.com/ikismail/FinanceWebServiceFrontEnd.git### Screenshots:
**Annual Payment Rate**

**Least Monthly Payment**

**Loan Monthly Payment**

**Loan Number of Payment**

**Validation**
