This project is a hotel management system application. Users can perform operations related to hotels, rooms, guests, and reservations.
- Add, update, delete, and list hotels
- Add, update, delete, and list rooms
- Add, update, delete, and list guests
- Add, update, delete, and list reservations
- Language: Java
- Build Tool: Maven
- ORM: Hibernate
- Clone this repository:
git clone https://github.com/ffozdemir/HotelManagementSystem.git
- Navigate to the project directory:
cd HotelManagementSystem - Install the required dependencies:
mvn clean install
- Run the application:
mvn exec:java -Dexec.mainClass="com.myhotel.controller.Runner" - Select the operation you want to perform from the main menu.
If you want to contribute, please fork the repository and submit a pull request.