An open API service indexing awesome lists of open source software.

https://github.com/matheussc017/imobiliaria

Real Estate Property Manager is a desktop application developed in Java to help individuals and businesses manage real estate assets efficiently. The application allows users to store, organize, and retrieve data related to properties, and associated documents such as contracts and receipts.
https://github.com/matheussc017/imobiliaria

desktop java sqlite swing-gui

Last synced: 9 months ago
JSON representation

Real Estate Property Manager is a desktop application developed in Java to help individuals and businesses manage real estate assets efficiently. The application allows users to store, organize, and retrieve data related to properties, and associated documents such as contracts and receipts.

Awesome Lists containing this project

README

          

# Real Estate Property Manager

Real Estate Property Manager is a desktop application developed in Java to help individuals and businesses manage real estate assets efficiently. The application allows users to store, organize, and retrieve data related to properties, their locations, and associated documents such as contracts and receipts.

## Features

- Manage and store property information

- Upload and associate contracts and receipts

- Simple and intuitive desktop user interface

- Built with Java for cross-platform support

## Database Structure

The application uses the following main tables:

### Real Estate

Stores information about each real estate property.

### Rental

Stores uploaded contracts and legal documentation related to a property rental.

### Payment

Stores submitted receipts and financial documents related to a property rental.

## Technologies Used

- Language: Java

- GUI Framework: Java Swing

- Database: SQLite

- Build Tool: Maven

## Getting Started

1. Clone this repository:

> git clone https://github.com/yourusername/real-estate-manager.git

2. Open the project in your preferred Java IDE.

3; Build and run the application using Maven or directly from the IDE.