mohitkyadav / quizApp

Live Quiz app built with Django and Sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quizApp

A real time quiz application built on Python websockets for web with fully functional RESTful API.

Run

install Redis server on Ubuntu/openSUSE/Kali/Debian bash if you are on windows.

redis-server (only for Windows users)

sudo pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Features

  • Real time quiz application
  • Login with Google (No sign up required)
  • Build for the web, supports every platform once deployed
  • Records each response with the validity of answer
  • Keeps track of score of every quiz attempted by a user

About

Live Quiz app built with Django and Sockets.

License:MIT License


Languages

Language:Python 71.7%Language:JavaScript 16.2%Language:HTML 11.7%Language:CSS 0.5%