/Advanced-quiz-app

An advanced quiz application, with python, django and javascript for creating quiz questions, collecting answers, scoring and sending mail notifications

Primary LanguagePython

Advanced Quiz App

To run locally:

cd Desktop (or any location for your choice)

git clone

pip -r requirements_dev.txt

python manage.py runserver

Goto localhost:8000 to view the web app.