I found part of this website on the net. I modified the websites functionality a bit more and added an Admin module to it. This website makes use of HTML CSS JavaScript as Frontend with PHP and MYSQL as backend.
- INstall XAMPP server
- clone this project in the C:\xampp\htdocs || If you dont clone then just download the zip file and then extract inside XAMPP folder C:\xampp\htdocs
- Open the XAMPP control panel
- start the apache and mysql server
- open my phpmyadmin(click on admin button corresponding to MYSQL on the XAMPP control panel)
- create a new data-base with the name "housing-co"
- import the 'housing-co.sql' file into the data-base
- go to the address bar of the browser type the address of your folder in htdocs. For eg My code is stored in C:\xampp\htdocs\Real Estate. therfore -> 'localhost/Real Estate/index.html'
hope you like it :)