Write a full stack web application to calculate roommate rent costs.
- Rest API using Java with the Spring Boot Framework.
- Does the cost calculations based on inputs given in JSON request given by frontend and gives results in JSON response to the frontend.
- Getting started with Spring Boot: https://spring.io/guides/gs/spring-boot/
- Highly recommend using Postman to make API calls to backend when testing your API(https://www.postman.com/).
- Written in Typescript with the Angular Framework.
- Displays a page for inputting roommate data.
- Once user clicks a "calculate" button, it sends input data to backend via rest API call and displays the results from API call to user in a human readable format.
- Getting started with Angular: https://angular.io/start