Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 505 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 505 Bytes

Quizzo

Objective

Quizzo is a web application which provides a platform to conduct quizzes and grade students based on their performance.

Technologies used

Framework

Django

Language

Python
HTML5
CSS3

Get Started

How to run project locally

Django Development Server

git clone https://github.com/jainkashish/Quizzo.git
pip install -r requirements.txt
cd Quiz
python manage.py migrate
python manage.py runserver

Open http://127.0.0.1:8000/ to view the Project.