Skip to content

This project is a REST application, I used JAVA Jersey, HTML, CSS and some JS. I tested it locally using Payara glassfish server.

Notifications You must be signed in to change notification settings

Cesar-Paredes/Real_Estate_REST_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real_Estate_REST_Calculator

Java Web application using my own REST API (Web services)

++++++++++++++++++++++++++++++++

I created a real estate calculator that takes different factors into consideration such as interest rate,
amortization period, purchase price, downpayment, and targeted potential profit.

Front-end: HTML, CSS, Bootstrap and some JS.

Back-end: Maven project with REST architecture and Java Jersey.

This app was deployed locally using a Payara glassfish server 6 (6.2.3)

image


image

image


System environment:

I used Digital Ocean for my hosting services, using Ubuntu linux console.

More details:
The form data is sent to my HTTP endpoint, this HTTP GET method connects to my Java class, and all calculations are done in that class. Then the HTTP GET method fetches the final results from my Java Class and returns them to the client in the form of HTML.

About

This project is a REST application, I used JAVA Jersey, HTML, CSS and some JS. I tested it locally using Payara glassfish server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published