Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 748 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 748 Bytes

Hotel-Management-System-CRUD

This is a simple command-line program for a Hotel Management System that provides basic CRUD (Create, Read, Update, Delete) functionality for managing hotel guests' data.

Installation and Setup

To use this program, you need to follow these steps:

  1. Import the CRUD_Group_20.sql dump file to your MySQL server to create the necessary database and tables.

  2. Open the JdbcConnection.java file inside the Connection package and enter your MySQL server's username and password.

  3. Enter all program arguments in the args field inside the launch.json file located inside the .vscode folder.

Credits

This program was created by Group 20 as part of our coursework for a Object-oriented programming course.