A website where user have to only register for attempting quizzes and can also leaderboard.
- Frontend: HTML/CSS
- Backend: Django
- Fork and Clone the repo:
git clone https://github.com/todi-2000/Quiz-App.git
- Create a branch:
git checkout -b <branch-name>
- Create virtual environment:
python -m venv env
env\Scripts\activate
- Change Directory:
cd quizz
- Install dependencies using
pip install -r requirements.txt
- Make migrations using
python manage.py makemigrations
- Migrate Database
python manage.py migrate
- Create a superuser
python manage.py createsuperuser
- Run server using
python manage.py runserver
- Push Changes
git add .
git commit -m "<your commit message>"
git push --set-upstream origin <branch_name>
![]() |
|---|
| Manshi Todi |
|
Made By Manshi Todi with ❤️



