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.
To use this program, you need to follow these steps:
-
Import the CRUD_Group_20.sql dump file to your
MySQL server
to create the necessary database and tables. -
Open the JdbcConnection.java file inside the Connection package and enter your MySQL server's username and password.
-
Enter all program arguments in the args field inside the launch.json file located inside the .vscode folder.
This program was created by Group 20
as part of our coursework for a Object-oriented programming course.