MCQ Platform based on the theme, Vision. It was built to test the logical aptitude of participants during Credenz, which is a technical event organised by PISB. This 28 minutes long quiz comprising multiple-choice questions on C, C++ and Python also had 3 different lifelines that could be availed at certain points during the game.
Requirements: Python and pip must be installed in your system.
git clone https://github.com/meghadandapat/Clash-Round-1.git
create a virtual envirnoment:
python3 -m venv clashvenv
activate this virtual envirnoment:
cd clashvenv/Scripts/activate
installing all required packages which are present in requirement.txt:
python -m pip install -r requirements.txt
python manage.py runserver