This is an online quiz organizing website project, developed using Python's web framework Django.
For front-end designing I have used Twitter's front-end library Bootstrap4.
Dependencies:
git clone https://github.com/akashgiricse/lets-quiz.git
cd lets_quiz
## run following command from `lets_quiz` directory
pipenv shell
pip install -r requirements.txt
TODO - Add instructions for this when I start using MySQL database.
cd lets_quiz
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
MIT License
Copyright (c) 2022 Akash Giri.