- Irzi Rahmatullah (2310631170092)
- Muhammad Bayu Pratama (2310631170032)
- Roby Aryanata (2310631170116)
The Hotel Management System is a desktop application built with Java to assist in managing hotel operations. It includes key features such as reservation management, guest data handling, and room management.
- Reservation Management: Add, edit, delete, checking history of guest reservation data.
- Guest Data Management: Record detailed guest information.
- Room Management: Manage hotel rooms, including room types and their statuses.
- Staff Management Manage registered staff with admin account.
- Programming Language: Java
- Build Tool: Ant
- IDE: NetBeans
- Database: MySQL
- Clone this repository:
git clone https://github.com/zaxchaxs/Hotel-Management-System.git
- Open the project
- Create database with named "hotel_management"
- Download SQL File and import to that database
- Run the App in src\MainMenu\App.java
If you’d like to contribute:
- Fork this repository.
git checkout -b new-feature
- Create a new branch for your feature:
git checkout -b new-feature
- Make changes and commit them:
git commit -m "Added a new feature"
- Push to your repository:
git push origin new-feature
- Open a pull request in the main repository.
This project is licensed under the GPL-3.0 LICENSE. See the LICENSE file for more information