Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.28 KB

real-estate-website

How to run?

Install Xampp server.

Unzip in a directory 'x' inside C/xampp/htdocs

Run the xampp server.

Login Phpmyadmin and import the database from Database/realestate.mysql

Go to localhost/x/index.php

User credentials : [email protected] (abc123) Agent credentials : [email protected] (abc123)

Database description

The database consists of 5 relations (users,agents,seller,properties,records) where we assume user and seller can buy and sell properties through an agent listed in the website.

SCREENSHOTS

Home-page for end user

Screenshot 2023-04-22 113452 Screenshot 2023-04-22 113632

Property Description Page

Screenshot 2023-04-22 113727

Agent home page

Screenshot 2023-04-22 113912

Listed Properties by a seller

seller1