Rent Relief simplifies the rental process for bachelors by providing a centralized hub for all housing needs. Users can search for rental properties with advanced filters, post and manage room ads, find compatible flatmates through detailed profiles, create wishlists, and update their posts easily. The application is built using PHP, MySQL, HTML, and CSS.
- Search Rental Properties: Advanced filters for property search.
- Post and Manage Ads: Users can post and manage their room ads.
- Find Compatible Flatmates: Detailed profiles to find compatible flatmates.
- Create Wishlists: Save favorite properties to wishlists.
- Easy Updates: Simple interface to update posts.
- Rent Relief Demo Click the link to watch the demonstration video.
- You can access the detailed project report from this Link.
- XAMPP
- Visual Studio Code
-
Install XAMPP:
- Download and install XAMPP from the official website.
-
Start Apache and MySQL:
- Open the XAMPP Control Panel and start the Apache and MySQL services.
-
Install VS Code:
- Download and install Visual Studio Code from the official website.
-
Set up MySQL Database:
- Ensure XAMPP is running.
- Open phpMyAdmin by navigating to http://localhost/phpmyadmin in your web browser.
- Run the provided SQL query in the SQL section of phpMyAdmin to set up your database schema and initial data.
- Download the SQL file from this link.
- Clone the repository:
git clone https://github.com/your-username/rent-relief.git
- Configure the Database:
- Update the config.php file with your database credentials.
- Run the Application:
- Open your web browser and navigate to http://localhost/rent-relief.