Skip to content

GituMbugua/RMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resort Management System

A Resort Management System, coded in Java.

Completed: November 2021

Table of Contents
  1. Screenshots About The Project
  2. Getting Started
  3. License
  4. Contact

Screenshots

Login Dashboard
1-login 2-dashboard
Reservations Guests
3-reservations 4-guests
Rooms Admin Tools
5-rooms 6-admin_settings

About The Project

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)

Built With

  • Java

Getting Started

To get this app running on your machine, simply clone the repository and ensure the following prerequisites are all installed.

Prerequisites

The following programs were used for the development of this project:

  • Java
  • XAMPP Control Panel v3.2.4 (for MySQL database)

Installation

  1. Clone the repo
    git clone https://github.com/GituMbugua/RMS.git
    
  2. Change the following lines
    String database = "jdbc:mysql://localhost:3306/<database_name>";
    con = DriverManager.getConnection(database, "<user-name>", "<password>");
    
  3. Import the database

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Gitu Mbugua - gmbugua38@gmail.com

Project Link: https://github.com/GituMbugua/RMS

(back to top)

About

Resort Management System | Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages