This project is a database management system for DreamHome, a property management company that specializes in rental properties. The purpose of this project is to help the company manage their rental properties more efficiently and improve communication between branches.
- Staff registration form: This feature allows new staff members to register with DreamHome by filling out a form with their personal and employment information.
- Branch office management: This feature allows each branch to manage its staff, including a manager, supervisors, and assistants.
- Property management: This feature allows DreamHome to manage the properties they rent out, including the property details, rental agreements, and rental payments.
- Comments: This feature allows the client to provide a comment describing the property for others after viewing the property.
Python: used for the front-end interface with the tkinter module MySQL: used for the back-end database management system
Python 3.x MySQL 5.x
- Fork this repository.
- Clone this repository: git clone https://github.com/your-username/DreamHome-DBMS.git
- Install Python and MySQL if not already installed.
- Create a MySQL database using the provided SQL code in the SQL Queries folder by running the
setup.sql
andinsert.sql
codes. - Update the config.py file with your MySQL credentials.
- Run the main.py file to launch the DreamHome DBMS application.
This project is licensed under the MIT License - see the LICENSE file for details.
Ashish Jadhawar [email protected]
Ashish Lal [email protected]
Abhishikt Mahajan [email protected]
Aditya Dev [email protected]
Aditya Sethiya [email protected]