h-sinha / quiczar

Quiz portal made with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiczar

A Quiz Portal having Multiple Choice Questions on various topics.

Prerequisites

  • Django 1.11.13 or above.
  • Python 2.7 and Python 3 (3.2, 3.4, 3.5, 3.6)

Django installation on Ubuntu:

sudo apt-get update
sudo apt-get install python-django

Directory layout

Quiczar's directory structure looks as follows::

quiczar/
├── manage.py
├── quizapp
└── quizzer
    ├── static
    ├── templatetags
    ├── migrations
    └── templates

Installation and Running

git clone https://github.com/h-sinha/quiczar.git   (OR Download ZIP and Unzip)
cd quiczar
python3 manage.py runserver

Open localhost:8000 on your web-browser.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Quiz portal made with Django

License:MIT License


Languages

Language:HTML 65.1%Language:Python 27.7%Language:CSS 7.2%