Skip to content

Exam Management System implemented using Django and REST API. This project facilitates exam creation, scheduling, and management within educational institutions.

Notifications You must be signed in to change notification settings

Ahmed-Naserelden/SmartSchool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exam Management System (EMS)

Table of Contents

Requirements

List the prerequisites and dependencies required to run the project. Include links or version numbers.

  • Python (3.11.4)
  • Django (5.0)
  • djangorestframework (3.14.0)

Installation

Provide step-by-step instructions to set up the project locally.

# Clone the repository
git clone https://github.com/Ahmed-Naserelden/EMS.git

# Navigate to the project directory
cd EMS

# Create a virtual environment (optional but recommended)
python -m venv venv

# Activate the virtual environment
# On Windows
venv\Scripts\activate
# On macOS/Linux
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run the development server
python manage.py runserver

About

Exam Management System implemented using Django and REST API. This project facilitates exam creation, scheduling, and management within educational institutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published