Service Overview

The Room Booking Service is a web-based system designed to streamline the room reservation process for students and staff within institutions. Users can browse available rooms, book them in advance, and manage their reservations seamlessly.

Room Booking Service

Key Features

This system provides an efficient way to manage rooms by allowing different user roles to perform specific actions. Below are the core functionalities:

User Authentication

To access the service, users need to log in using their credentials. The system supports different user roles: Students for booking rooms and Staff for managing them.

Login System (loginpage.php)

Login Page Example

Logout Feature (logout.php)

Users can securely log out of the system. Upon logging out, all session data is cleared, and the user is redirected to the homepage.

Room Booking System

After logging in, users can access different features based on their role. Below is an overview of the available functionalities for Staff and Students.

🛠 Staff Features

Room Creation (createroom.php)

Room Creation Example

The room creation module allows staff members to set up rooms for reservation. When creating a room, staff can define:

  • Room name and description
  • Available time slots and duration
  • Maximum number of people per booking

Room Activation (launchroom.php)

Room Activation Example

Once a room is created, it must be activated before it can be used. Staff members can launch a room, making it available for students to reserve. After the set time expires, the room is automatically deactivated.

  • Active rooms are available for reservation
  • Expired rooms are automatically disabled

Student Features

Room Reservation (index.php)

Room Reservation Example

Students can view a list of available rooms and book them for specific time slots. The reservation process includes:

  • Searching for available rooms
  • Selecting a preferred time slot
  • Confirming the reservation

Reservation History (mybookingpage.php)

Reservation History Example

Students can check their past and upcoming bookings under the "My Bookings" section. If needed, they can also cancel upcoming reservations before the booking period begins.

  • View list of booked rooms and reservation details
  • Cancel a reservation if necessary

Technologies Used

The Room Booking Service is built using a combination of server-side and client-side technologies:

More Details & Source Code

For a deeper dive into the codebase, implementation details check out the full project on GitHub:

📂 View on GitHub

🔙 Back to Portfolio