A website where user have to only register for attempting quizzes and can also leaderboard.
You can refer to the following articles on the basics of Git and Github and also contact the Project Mentors, in case you are stuck:
git clone https://github.com/todi-2000/Quiz-App.git
git checkout -b <branch-name>
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
cd quizz
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
git add .
git commit -m "<your commit message>"
git push --set-upstream origin <branch_name>
Manshi Todi |
This project is a part of NJACK Winter of Code-NWoC. For more details, you can check out this link
Made By Manshi Todi with ❤️