Clone the Repo
Unzip it
pip install pipenv
pipenv shell
pipenv install
cd exam
file structure will be like
Exam
|--exam
|--accounts
|--register
|--static
|--templates
|--manage.py
|--db.sqlite3
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Add exam in Exam table