A Hotel Reservation System named as VBook, coded in Java and PHP. Vendor and Customer are the Two Users of this project and are described below:
- Can login
- Can SignUp
- Can Search Hotels
- Can Reserve Rooms
- Can login
- Can SignUp
- Can Advertise Hotels
- Can view history
-
Download and install
XAMPPfrom the given link (C:\xamppfolder should be there after installation).https://downloadsapachefriends.global.ssl.fastly.net/8.1.6/xampp-windows-x64-8.1.6-0-VS16-installer.exe?from_af=true -
Paste the folder named as
PHP_Filespresent Here inC:\xampp\htdocsfolder. -
Open Xampp and
Run Apache and MySQL Services. -
Click on Admin Buttoninfront of MySQL Service and a new tab will open in the browser. -
Create a Databasethere with the namehotel_reservation_application. -
Create the Following Tableswith theSame Table NamesandSame Column Namesas displayed in the screenshots below:
-
Open the provided project in
Android Studio. -
Get the
Current IPof your pc and replace it here in the file named aswriterAndReader.java: -
Build the Projectand you are good to go 😃

















