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.
- Host: GitHub
- URL: https://github.com/matheussc017/imobiliaria
- Owner: MatheusSC017
- Created: 2025-04-18T12:12:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T14:04:41.000Z (10 months ago)
- Last Synced: 2025-08-17T16:09:02.645Z (10 months ago)
- Topics: desktop, java, sqlite, swing-gui
- Language: Java
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.