Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 862 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 862 Bytes

RealEstate_System

DSA Java Project by Team D2Real.

Real Estate System for a company to manage their Real Estate details efficiently.

Overview

Project presentation download: https://github.com/UCDGeeks/RealEstate_System/raw/master/DSA%20Project%20Presentation/Real%20State%20System.pdf

Quick start

Instructions and special notes:

  • This program requires JRE 7 or above to run correctly.
  • First run the main controller which is src/controllers/RealState.java

Project Packages at a glance

Within the project src folder, the things below available as packages. (Some importnant file names were added to the list):

src/
├── assets.data/
│   ├── records.txt - Text file holding the house data.
│ 
├── assets.images/
│   
├── connections/
│ 
├── controllers/
│
├── models/
│
├── views/