/mcq-test

A Django based quizzing application where users can test their knowledge in subjects of their choices.

Primary LanguagePython

A simple Django-based quiz application where users can register and login to attempt questions based on their choice of subjects.

Running the Project Locally

  1. Clone/Download the repository.

  2. Open the folder:

cd testYourKnowledge
  1. Create and activate the virtual environment and install the dependencies:
pip install pipenv
pipenv shell
pipenv install
  1. Create the database:
python manage.py makemigrations
python manage.py migrate --run-syncdb
  1. Create superuser to access the admin panel (You can also use the credentials given below):
python manage.py createsuperuser
  1. Run the server:
python manage.py runserver

Credentials to access the admin panel

username - kaushal
password - kaushal