Skip to content

Latest commit

 

History

History
106 lines (72 loc) · 3.05 KB

README.md

File metadata and controls

106 lines (72 loc) · 3.05 KB

COURSE TITLE: DATABASE MANAGEMENT SYSTEM LAB-II 💻

COURSE CODE: CSE 4410

PROJECT TITLE: CLASSBOOKING SYSTEM 👨‍🏫

Current Phase :

DONE

Group Members :

Dayan Ahmed Khan ID-200042105

Lomatul Mahzabin ID-200042113

Zayed Hasan ID-200042153

⚙️ 🔧 TECHNOLOGIES AND PLATFORMS :

  • ⚪ Platform - Website Application
  • ⚪ Database - MYSQL
  • ⚪ FrontEnd - HTML
  • ⚪ FrontEnd (CSS) - CSS
  • ⚪ FrontEnd (CSS) - JavaScript
  • ⚪ BackEnd - PHP
  • ⚪ Version Control - Github

📑 Brief Overview :

This is a Classroom Booking System.
As we all know, we have to shift our classes or have to allocate room for quizzes. But it isn't easy to find 
the free classrooms. So we are making a system where users can view all the classrooms within the institution 
and check which classrooms are free and which are booked.This is the main objective of our project. 
And we will implement the project with the help of RDBMS

image

✨ CORE FEATURES :

1. SEARCH
    * Users can also look for a specific classroom and see all the schedules
    for that particular classroom at a particular date

image

2. VIEW: 
    * Users can view all the classrooms within the institution and check which classrooms
    are free and which are booked

image

3. REQUEST
    * CRs can send a request to booK a free classroom for a specific time slot at a certain date.

image

4. APROVAL
    *Teachers can approve the request for booking a classroom by a CR for their respective class

image

🛠️ Setup :

Step 1: Clone project

git clone https://github.com/
cd website

Step 2: Open it in VSCode / any other Editor

Step 3: Install dependencies

html install
Js install
CSS install

Step 4: Run ClassBooking System in server mode

make serve