👉 WebSite👈
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:
- Watch this video to get started, if you have no clue about open source
- Forking a Repo
- Cloning a Repo
- How to create a Pull Request
- Getting started with Git and GitHub
- Take a look at the Existing [Issues]
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Read the [Code of Conduct]
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help us know what this Script is all about.
- 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
- Install dependencies using
pip install -r requirements.txt
- Change Directory:
cd quizz
- 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 |
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 ❤️