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
XAMPP
from the given link (C:\xampp
folder 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_Files
present Here inC:\xampp\htdocs
folder. -
Open Xampp and
Run Apache and MySQL Services
. -
Click on Admin Button
infront of MySQL Service and a new tab will open in the browser. -
Create a Database
there with the namehotel_reservation_application
. -
Create the Following Tables
with theSame Table Names
andSame Column Names
as displayed in the screenshots below:
-
Open the provided project in
Android Studio
. -
Get the
Current IP
of your pc and replace it here in the file named aswriterAndReader.java
: -
Build the Project
and you are good to go 😃