Dependencies:
- Python 3.6.x
- Django 1.11.x
- Ubuntu 17.04 or later or Linux Mint 18.2 or later
git clone https://github.com/akashgiricse/lets-quiz.git
cd lets_quiz2. Install Pipenv
## run following command from `lets_quiz` directory
pipenv shellpip install -r requirements.txtTODO - Add instructions for this when I start using MySQL database.
cd lets_quiz
python manage.py migratepython manage.py createsuperuserpython manage.py runserverMIT License
Copyright (c) 2022 Akash Giri.