Student Holiday Hotel Booking system project made for database course. System offers 3 roles: client, manager and reception. Each role has its own functions and UIs but every of them operate on the same SQL database.
git clone https://github.com/matmarczuk/HolidayHotelBooking.git
mysql -u <username> -p
mysql> source <path_to_cloned_dir>\construct_db.sql;
mysql> source <path_to_cloned_dir>\insert_example_data.sql;
$socket = '<server_socket_dir>';
$host = "<host_name>";
$db_user = "<username>";
$db_password = "<password>";
$db_name = "mydb1";
<host_name>/client