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: 18 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T12:04:09.000Z (2 months ago)
- Last Synced: 2024-12-03T12:36:07.253Z (2 months ago)
- Topics: sql, streamlit
- Language: Python
- Homepage:
- Size: 3.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
- `Chatbot` - A dedicated section to ask any queries to the chatbot which is based on gemini pro model.## 🚀 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.## Website Preview
### Login page
![image](https://github.com/user-attachments/assets/f6efd341-b6ca-46a1-b815-72f237ef0c7a)### Register page
![image](https://github.com/user-attachments/assets/329e9d9c-b36b-494b-84b6-7c835e308416)### Home page
![image](https://github.com/user-attachments/assets/9e31fd77-d11c-4cf0-aced-7254ca39f10e)### Properties Page
![image](https://github.com/user-attachments/assets/d81cf473-df1c-452d-83bb-d6e5a74336bc)### My Properties Page
![image](https://github.com/user-attachments/assets/70e4b982-45a4-471c-b44e-b9b04f6036f2)### Buy Page
![image](https://github.com/user-attachments/assets/af5eae3c-ac23-4a7a-a0a1-c7d8222ae43f)### Sell Page
![image](https://github.com/user-attachments/assets/38ccd54b-8f19-4f35-a058-e05e496d1352)### Chatbot Page
![image](https://github.com/user-attachments/assets/bc751b20-b7cc-4036-9252-ff106e14bdbb)- Has the option to store Chat History
![image](https://github.com/user-attachments/assets/e94599fc-0edf-4551-a36e-ae1491e28e80)### Complaints Page
![image](https://github.com/user-attachments/assets/bade074f-ef92-4f5c-8023-4e97ed470911)#### This is an overview of the website built for Real Estate Management.
## 📝 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.