House Rental Management System is a simple web application developed using PHP and MySQL. It allows users to manage tenant information, track rental payments, and monitor house rentals. The system includes features such as an admin dashboard, house types, houses, tenants, payments, reports, and user management.
- Admin Dashboard
- House Types
- Houses
- Tenants
- Payments
- Reports
- Users
- PHP
- MySQL
- Web server (e.g., Apache)
- Browser (e.g., Chrome, Firefox)
- Install a virtual server such as XAMPP, WAMP, LAMP, or MAMP on your computer.
- Clone or download the project files.
- Copy the main project folder to the appropriate directory for your server (e.g.,
htdocsfor XAMPP). - Start the virtual server and make sure the required services (Apache, MySQL) are running.
- Open a web browser and go to
http://localhost/phpmyadmin/to access phpMyAdmin. - Create a new database named
house_rental_dbin phpMyAdmin. - Import the
house_rental_db.sqlfile located in the project'sdbfolder into thehouse_rental_dbdatabase. - Update the database connection settings in the project files, if necessary.
- Open a web browser and go to
http://localhost/house_rentalto access the House Rental Management System.
- Access the admin dashboard to manage house types, houses, tenants, payments, reports, and users.
- The admin has full access to all features, while the staff has limited access.
- Perform actions such as adding, editing, deleting, and viewing records as needed.
user: admin
pass: admin123
This project is intended for educational purposes only.
- Suleiman Ahmed(suleimanmoha120@gmail.com)