Loading repository data…
Loading repository data…
AryaGupta05 / repository
Hotel Paradise is a modern, user-friendly web application designed to offer a seamless hotel booking experience. This website caters to travelers looking for luxury accommodations, allowing them to explore available rooms, view services, and easily book their stay. Built using Java, Servlets, JSP, HTML, CSS, and JavaScript.
Hotel Paradise is a modern, user-friendly web application designed to offer a seamless hotel booking experience. This website caters to travelers looking for luxury accommodations, allowing them to explore available rooms, view services, and easily book their stay. Built using Java, Servlets, JSP, HTML, CSS, and JavaScript, the application provides an interactive and visually appealing user experience.
The website leverages a robust backend for handling user data, bookings, and payment processing, ensuring a smooth and secure experience for users
├── .idea
│ ├── .gitignore
│ ├── compiler.xml
│ ├── jarRepositories.xml
│ ├── misc.xml
│ ├── modules.xml
│ ├── vcs.xml
│ └── workspace.xml
├── apache-tomcat-9.0.98
│ ├── bin
│ ├── conf
│ ├── lib
│ ├── logs
│ ├── temp
│ ├── webapps
│ ├── work
│ ├── BUILDING.txt
│ ├── CONTRIBUTING.md
│ ├── LICENSE
│ ├── NOTICE
│ ├── README.md
│ ├── RELEASE-NOTES
│ └── RUNNING.txt
├── src
│ ├── main
│ │ ├── java
│ │ ├── resources
│ │ └── webapp
│ │ ├── WEN-INF
│ │ ├── booking.css
│ │ ├── booking.html
│ │ ├── booking.js
│ │ ├── hero-bg.jpg
│ │ ├── index.html
│ │ ├── logo.png
│ │ ├── room1.jpg
│ │ ├── room2.jpg
│ │ ├── room3.jpg
│ │ ├── script.js
│ │ └── style.css
│ └── Report File.pdf
├── target
│ ├── classes
│ ├── maven-archiver
│ ├── maven-status
│ └── web-project-1.0-SNAPSHOT.war
├── test
│ ├── UserDao.java
│ ├── UserDaoImpl.java
│ ├── UserDaoTest.java
│ ├── UserService.java
│ └── UserServiceTest.java
├── Final Review.md
├── Readme.md
├── pom.xml
└── web.xml
![]()
Clone the project
https://github.com/AryaGupta05/Hotel-Paradise-Booking-System
Go to the project directory
cd web-project
Build the Project
mvn clean install
Deploy on Tomcat
Copy the web-project-1.0-SNAPSHOT.war file from the target directory to the webapps directory of your local Tomcat server:
apache-tomcat-9.0.98
└── webapps
Start the Tomcat server by navigating to the apache-tomcat-9.0.98/bin directory and running:
./startup.sh
For Windows, use:
startup.bat
Report file of the project: Documentation