Commit 64e4f313 authored by Roshan Rabinarayan's avatar Roshan Rabinarayan

added readme

parent ac595106
git link:
https://git.cse.iitb.ac.in/sroshan/Pariksha
Samarth Joshi <203059008> Frontend (ALL), Cheating Measures
Sanchit Gupta <203050089> Frontend(STUDENT Dashobard & LOGIN), User Documentation
Roshan Sahu <203050048> Backend, Developer Documentation
Motivation:
Due to global pandemic online education has seen an exponential increase, we need to leverage technology to test students.
Any test taking application should allow the professor to host a quiz which the students can take.
And after the quiz, analysis should be provided to both student and professor which contains details about various attributes related to the quiz. It is visualized using graphs and charts from which professors can make judgement about the students' understanding about the topic.
How to use:
You need to have installed the dependencies.
To install python3 on ubuntu, run the following command in your terminal.
$sudo apt-get install python3
To install Django on ubuntu, run the following command in your terminal.
$sudo apt-get install python3-django
To install all the requirements using requirements.txt
$pip3 install -r requirements.txt
One needs to git clone the project.
$git clone https://git.cse.iitb.ac.in/sroshan/Pariksha
After that open terminal in main directory and run following commands.
$python3 manage.py makemigrations
$python3 manage.py migrate
#create a super user using manage.py
$python3 manage.py createsuperuser
$python3 manage.py runserver
To access the application open the web browser and go to "localhost:8000"
prettytable==0.7.2
mpld3==0.5.1
pytz==2019.3
numpy==1.19.3
scipy==1.5.3
pandas==1.1.4
matplotlib==3.3.2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment