The Next World House Hunting Website 🚀
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Even with the involvement of technology in many sectors, property is still operating with the same old ways with manual entries for renting. This project will focus on the need for a system which can be used easily by any owner who have difficulty in maintaining records of his/her tenants. This product is best for the persons dealing with more than one house for rent (having more property) but can also be used for individuals.
The main purpose of this project is to reduce the difficulties to find rental house for students who want to rent houses/apartments. It is tiresome for the people to find houses manually, walking from apartment to apartment asking for vacancies as it needs more human power and time. Also tenants can’t find detailed information about the rental houses. On the contrary, it is difficult for the house owner to get perfect tenant. Owners sometimes wait a long time to rent their house. To solve this problem, we need a computerized system so that anyone can easily find their desired home.
View Demo here https://cutt.ly/iSsUk6O
HTML5, CSS, JavaScript & jQuery used for front-end design.
PHP7 & MySQL used for back-end design.
Oracle MySQL has been used to create and host the database needed to store the website data.
Other than the languages/tools mentioned above no other/external libraries and/or web-page templates have been used, everything has been coded from ground-up straight from scratch.
-
Install XAMPP or WAMPP.
-
Open XAMPP Control Panel and start [apache] and [mysql] .
-
Download project from Github(https://github.com/eddyndumia/Dream-House.git).
OR follow gitbash commands:
> cd C:\\xampp\htdocs\
> git clone https://github.com/eddyndumia/Dream-House.git
-
Extract files to "C:\xampp\htdocs"
-
Open http:localhost/phpmyadmin on Web Browser.
-
Create a New Database
-
Give a database name as (houserent) hit on create button.
-
After creating database name click on import.
-
Browse the SQL file in directory [Dream-House/sql/houserent.sql].
-
Open any browser and type http://localhost/Dream-House.
-
First register and then Login (for both Tenants and Owners)
Project Link: https://github.com/eddyndumia/Dream-House
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.