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.
- Host: GitHub
- URL: https://github.com/mohitkyadav/quizapp
- Owner: mohitkyadav
- License: mit
- Created: 2018-02-18T13:01:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T14:04:18.000Z (over 6 years ago)
- Last Synced: 2025-01-26T14:48:49.038Z (5 months ago)
- Language: Python
- Homepage:
- Size: 2.91 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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