Table of Contents
Login | Dashboard |
---|---|
Reservations | Guests |
---|---|
Rooms | Admin Tools |
---|---|
This application is a Resort Management System (RMS). It is a desktop application coded in Java, and the database is MySQL. This RMS allows the user to:
- make, manage, and track guest reservations
- collect guest information
- add and reserve rooms/cottages for individuals or groups
- view and generate reports (occupancy, guest demographics)
- Java
To get this app running on your machine, simply clone the repository and ensure the following prerequisites are all installed.
The following programs were used for the development of this project:
- Java
- XAMPP Control Panel v3.2.4 (for MySQL database)
- Clone the repo
git clone https://github.com/GituMbugua/RMS.git
- Change the following lines
String database = "jdbc:mysql://localhost:3306/<database_name>"; con = DriverManager.getConnection(database, "<user-name>", "<password>");
- Import the database
Distributed under the MIT License. See LICENSE.txt
for more information.
Gitu Mbugua - [email protected]
Project Link: https://github.com/GituMbugua/RMS