Welcome to the Hotel Management System! This project is designed to streamline and manage hotel operations efficiently. The user interface is crafted using Java Swing and AWT, and the backend is powered by MySQL.
- Secure Login: Only authorized admins can access the system.
Accessible only by hotel managers.
- Add Employee: Managers can add new employees to the system.
- Add Room: Managers can add new rooms with their details.
- Add Driver: Managers can add drivers to the system.
Accessible to receptionists.
- Dashboard: Displays an overview of the hotel's details.
- Customer Form: Allows receptionists to input customer information.
- Room Details: View available and occupied rooms.
- Employee Details: View information about the hotel's employees.
- Driver Details: View information about the hotel's drivers.
- Java Development Kit (JDK) installed
- MySQL Database setup
- Clone the repository:
git clone https://github.com/yourusername/hotel-management-system.git