Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manas1331/real-estate-management-project
Welcome to Landmark Estates, a streamlined real estate management platform built using Streamlit and MySQL for a modern and user-friendly experience. This project offers an efficient way to manage real estate properties with a range of features designed to simplify the process of buying, selling, and tracking properties. With a responsive interface
https://github.com/manas1331/real-estate-management-project
sql streamlit
Last synced: about 2 months ago
JSON representation
Welcome to Landmark Estates, a streamlined real estate management platform built using Streamlit and MySQL for a modern and user-friendly experience. This project offers an efficient way to manage real estate properties with a range of features designed to simplify the process of buying, selling, and tracking properties. With a responsive interface
- Host: GitHub
- URL: https://github.com/manas1331/real-estate-management-project
- Owner: manas1331
- License: mit
- Created: 2024-11-14T13:28:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T01:10:49.000Z (about 2 months ago)
- Last Synced: 2024-11-20T02:18:52.628Z (about 2 months ago)
- Topics: sql, streamlit
- Language: Python
- Homepage:
- Size: 3.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real-Estate-Management-Project
# Landmark Estates - Real Estate Management System
Welcome to **Landmark Estates**, a streamlined real estate management platform built using **Streamlit** and **MySQL** for a modern and user-friendly experience. This project offers an efficient way to manage real estate properties with a range of features designed to simplify the process of buying, selling, and tracking properties. With a responsive interface and secure database integration, Landmark Estates provides a comprehensive solution for both property owners and prospective buyers.
## 📋 Features
- **User Authentication**:
- `Login` and `Logout` - Allows registered users to securely log in and out.
- `Register` - New users can easily create an account to gain access to the platform.
- **Dashboard**:
- `Home` - Overview of available features and properties listed on the platform.- **Property Management**:
- `My Properties` - View and manage properties you currently own.
- `Buy` - Browse available properties listed for sale.
- `Sell` - List a property for sale with all relevant details.- **Support**:
- `Complaints` - A dedicated section to file complaints or support requests.## 🚀 Getting Started
1. **Clone this repository**:
```bash
git clone https://github.com/your-username/Landmark-Estates.git2. Install required packages: Ensure you have Python and Streamlit installed.
```bash
pip install -r requirements.txt
3. Set up MySQL Database:
Use MySQL Workbench to configure your database.
Run the SQL script provided in `database_setup.sql` to set up tables and relationships.
4. Run the Streamlit Application:
```bash
streamlit run login_home.py## 🛠️ Technologies Used
- Streamlit - For creating the interactive web application.
- MySQL - For secure data storage and management.
- MySQL Workbench - For managing database setup and queries.
## 📝 License
This project is licensed under the MIT License, making it free to use, modify, and distribute.See the license file [LICENSE](LICENSE).## 🤝 Contributions
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request.