A simple Django-based quiz application where users can register and login to attempt questions based on their choice of subjects.
-
Clone/Download the repository.
-
Open the folder:
cd testYourKnowledge
- Create and activate the virtual environment and install the dependencies:
pip install pipenv
pipenv shell
pipenv install
- Create the database:
python manage.py makemigrations
python manage.py migrate --run-syncdb
- Create superuser to access the admin panel (You can also use the credentials given below):
python manage.py createsuperuser
- Run the server:
python manage.py runserver
username - kaushal
password - kaushal