Skip to content

AJeevitha-11/Smart-Seating-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Exam Seating System

Project Description The Smart Exam Seating System is a web application developed using Django to automate the process of arranging students in exam halls.

In many educational institutions, exam seating arrangements are often done manually, which can take a lot of time and may lead to mistakes. This Project simplifies the process by allowing administrators to upload student data and automatically generate seating arrangements across available rooms.

The system ensures an organised and efficient distribution of students while reducing manual work.

Features -Upload student details using Excel files -Automatic seating allocation -Generate room-wise seating arrangements -Admin panel for managing student data -Simple and user-friendly interface

Technologies Used The project was built using the following technologies:

  • Python
  • Django Framework
  • SQLite Database
  • HTML
  • CSS
  • Bootstrap

Project Structure Smart Seating System

  • manage.py
  • exam_Seating/
  • seating/
  • reguirements.txt
  • README.md

Installation and Setup Follow the steps below to run this project on your local machine. 1.Clone the repository git clone https://github.com/AJeevitha-11/Smart-Seating-System.git

2.Navigate to the project folder cd Smart-Seating-System

3.Create a virtual environment python -m venv venv

4.Activate the virtual environment For Windows venv\Scripts\activate For Mac/Linux source venv/bin/activate

5.Install the required dependencies pip install -r requirements.txt

6.Run databse migrations python manage.py migrate

7.Start the development Server python manage.py runserver

8.Open the application in your browser http://127.0.0.1:8000/

Project Screenshots ##Login Page

About

automated exam seating arrangement system built with django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors