Skip to content

The Computer Room Management System is an application developed in C++ that provides a platform for students, teachers, and administrators to manage the booking and usage of computer rooms.

License

Notifications You must be signed in to change notification settings

Trafalgar99/Computer-Room-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Room Management System

Introduction

The Computer Room Management System is an application developed in C++ that provides a platform for students, teachers, and administrators to manage the booking and usage of computer rooms.

Features

  • Student Interface: Students can view all the computer rooms and make a booking for a specific time. They can also check their own booking records and cancel their bookings.

  • Teacher Interface: Teachers can view all bookings and approve or disapprove student bookings.

  • Administrator Interface: Administrators can add or delete users (students, teachers). They can also add or manage computer rooms.

Getting Started

The following instructions will guide you on how to run the application on your local machine.

Prerequisites

  • CMake
  • C++ Compiler (GCC, Clang, MSVC etc.)

Installing

  1. Clone the repository.
git clone https://github.com/username/Computerroommanagementsystem.git
  1. Go to the project directory.
cd Computerroommanagementsystem
  1. Make a build directory and navigate to it.
mkdir build
cd build
  1. Run CMake and compile the project.
cmake ..
make
  1. Now, you can run the application.
./Computerroommanagementsystem

Documentation

For more details about the usage and design of the system, please refer to the documentation available in the docs directory.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

About

The Computer Room Management System is an application developed in C++ that provides a platform for students, teachers, and administrators to manage the booking and usage of computer rooms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published