Simple & Easy to find boarding-house!
View Demo |
Report Bug
Finding a boarding-house is not easy for college students. You don't know where to look for boarding-house's information. You worry about the location of boarding-house, you worry about the price of boarding-house, ...
⇒ Don't worry, come to our website, all problems will be solved!
You can easily find the boarding-house you want. The interface is easy to use, information is very clear. Try it now!
NOTE: Here I am building a website for finding boarding-house in Hanoi, Vietnam. And website's language is Vietnamese. But you can clone repository and edit the source code and database to match what you want. To do this, go to part 2: getting started.
- About our project, we use:
- PHP
- JavaScript
- HTML/CSS
- Bootstrap
- MySQL
- Installation: XAMPP (7.3.25+)
- How to run:
- After installing XAMPP, change the port in the apache config file and mysql config file to the port in your computer that is empty. I'm using port 3306.
- Clone this repository and move it into C:\xampp\htdocs\
- Run Apache and MySQL in XAMPP
- Project will run on http://localhost/
- Open phpMyAdmin and access to mysql then import database from /database/id15771106_nha_tro_db
- Fix database's name in file: /controller/connectToDatabase.php
$conn = mysqli_connect("localhost", "root", "", "id15771106_nha_tro_db");
- root: if u run on local
- "" : password to access your database, here is none password
- id15771106_nha_tro_db: database's name which you want connect