A GUI that makes it simple for the people to find the property of their interest without any hassle.
With added functionality for the agents, to monitor all the properties at one place making it easier to manage the overall system of real estate.
The project is divided into 2 parts :
- frontend
- backend
The frontend is built on Java with the help of Swing. It contains the interfaces for various types of users that may access the only the information specific for their assigned roles.
The backend is built on mySQL. The database has some dummy data which needs to be populated before working with the application. Some of the Java code takes care of handling the basic CRUD(Create/Read/Update/Delete) operations.