An open API service indexing awesome lists of open source software.

https://github.com/mohitkyadav/quizapp

Live Quiz app built with Django and Sockets.
https://github.com/mohitkyadav/quizapp

Last synced: 3 months ago
JSON representation

Live Quiz app built with Django and Sockets.

Awesome Lists containing this project

README

        

# 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