Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.32 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.32 KB

SweetHome

SweetHome is a property management system for managers and residents to better communicate with one another DashBoardPage

Current Features

  1. Invoice dashboard with long polling listening to backend for any public/personal invoice update
  2. Quick and simple maintenance request sending/handling and public utils reservation/cancellation
  3. Discussion board that supports live chat and infinite scrolling!

See video demo here:

SweetHome Demo

Updates

We now support canceling public utils on the resident side! No more worries that you accidentally clicked something! CancelReservation

Tools and Frameworks

SweetHome mainly uses Spring Boot to build its backend and React.js for the frontend. It also utilized GCS to store images. Spring Data JPA is used for better and easier database manipulation.

Notice

This is the frontend implementation of SweetHome, please see backend here :)