A video Tutorial is present here - Video Tutorial
IMPORTANT - Change the name of the cloned repository to 'Guest_House_Online_Portal'.
-
Download and setup the latest stable release of XAMPP/LAMPP/MAMPP/WAMPP from here depending on your OS.
-
Clone the repository into the htdocs folder of your server.
-
Change the admin details in guesthouse.sql. As of now default admin is created with username and password both set as 'admin'. Setup your database by either importing the guesthouse.sql file using phpMyAdmin or manually copy and paste the code in the SQL terminal.
-
Edit rooms.sql, this file contains the basic information of the rooms in the guesthouse.
-
Start your XAMPP server.
-
Go to http://localhost/Guest_House_Online_Portal/ on your browser to open the portal.