Title: A comprehensive hotel management system developed using Java, JSP, and MySQL, designed to manage hotel operations and customer services efficiently.
- To set up the MySQL database for this project:
- Download and install MySQL Workbench. Click here to download.
- After installation, open MySQL Workbench.
- Go to the Server option in the menu bar and select Import Database.
- Follow the prompts to connect your database with the project.
- Room and Dining Service Search: Users can search for available rooms and dining options.
- User Authentication: Includes login and signup functionalities for users.
- Database Integration: MySQL database is used for storing hotel and user data.
- Frontend: HTML, JSP, Servlet
- Backend: Java
- Database: MySQL Workbench
- Server: GlassFish 4
- IDE: NetBeans 8.0
- Clone the repo:
git clone https://github.com/sakshi8707/Hotel-Management.git
Hotel Management
├── hotel management/Hostel management
├── nbproject
│ ├── ant-deploy.xml
│ ├── build-impl.xml
│ ├── genfiles.properties
│ ├── project.properties
│ └── project.xml
├── src
│ ├── conf
│ ├── java
│ └── web
│ ├── about.html
│ ├── admin.jsp
│ ├── admininvoice.jsp
│ ├── allot.jsp
│ └── build.xml
├── database
│ ├── hostel_admin.sql
│ ├── hostel_allot.sql
│ ├── hostel_invoice.sql
│ ├── hostel_rooms.sql
│ ├── hostel_sregister.sql
│ └── hostel_staff.sql
└── README.md
Feel free to contribute to this project by forking the repository and submitting pull requests.