Skip to content

A web app made with Django web framework, for schools and colleges to conduct exams online as an alternative to google forms in the covid-19 pandemic.

Notifications You must be signed in to change notification settings

NardRage/online-examination-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Examination System

Online Examination System in Django

LINK: https://sitrcexam.herokuapp.com/

Getting started

Requirements

  • Python 3.6+
  • PIP
  • venv

Installation

# Clone the repository
git clone https://github.com/omganeshdahale/online-examination-system.git

# Enter into the directory
cd online-examination-system/

# Create virtual environment
python3 -m venv .venv

# Activate virtual environment
source .venv/bin/activate

# Install the dependencies
pip install -r requirements.txt

# Apply migrations.
python manage.py migrate

Configuration

Create .env file in cwd and add the following

SECRET_KEY=''
DEBUG=True

EMAIL_USER=''
EMAIL_PASS=''

Starting the application

python manage.py runserver

About

A web app made with Django web framework, for schools and colleges to conduct exams online as an alternative to google forms in the covid-19 pandemic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.0%
  • HTML 41.4%
  • JavaScript 6.4%
  • CSS 0.2%