A Quiz app for Students using Django.
- 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.
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
Any questions or suggestions?
You are welcome to discuss it on: