Skip to content

sarthakeddy/Ask-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask-Quiz

A quiz application. This web app is built using Django and sqlite3 database.

Features

  • Admin has the authority to add or remove questions.
  • Score is displayed after quiz gets submitted.
  • Correct answers are displayed only after submitting the quiz.
  • Installation

    Running locally

    Follow given steps.
    1. Clone or Download the repository.

    git clone https://github.com/sarthakeddy/Ask-Quiz.git
    cd Ask-Quiz/src
    2. Create a super user to add or remove questions from database. Enter your name, email and password.
    python3 manage.py createsuperuser
    3. Start the server. Follow the given link to access website.
    python3 manage.py runserver
    4. Access quiz at
    http://127.0.0.1:8000/quiz/
    5. Access admin page at
    http://127.0.0.1:8000/admin

    Screenshots

    Starting Page Submit Page

    Get in touch

    Releases

    No releases published

    Packages

    No packages published

    Languages