/quizApp_django

Quiz App using Django with MongoDB

Primary LanguageJavaScript

Quizsoft

A Quiz app for Students using Django.


Features

  • Admin (superuser) can manage staff, students and quizzes.
  • Staff can manage the quizzes
  • students can attend the quizzes and see the score they get for corresponding quizzes.

Getting started

Clone this repository:

$ git clone git@github.com:Sathiyanarayanan-M/quizApp_django.git

Add os environments on settings.py

os.environ['SECRET_KEY'] = 'your secret key'
os.environ['MONGODB_URI'] = 'your mongodb url'

Install all packages using pip

$ pip install -r requirements.txt

Run this project on server

$ python manage.py runserver

Feedback

Any questions or suggestions?

You are welcome to discuss it on:

Tweet