Skip to content

Sathiyanarayanan-M/quizApp_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Quiz App using Django with MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published