{"id":28283491,"url":"https://github.com/ankulmaurya88/django-quiz-app","last_synced_at":"2026-04-15T14:34:48.035Z","repository":{"id":269161163,"uuid":"906600490","full_name":"ankulmaurya88/Django-Quiz-App","owner":"ankulmaurya88","description":"A web-based quiz platform with user login, timed questions, auto scoring, and an admin panel — built using Django.","archived":false,"fork":false,"pushed_at":"2025-06-12T16:58:46.000Z","size":13959,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T17:48:22.220Z","etag":null,"topics":["django-rest-framework","docker","docker-compose","python3","quiz-application","shell-script","web-app-education-online-exam"],"latest_commit_sha":null,"homepage":"https://ankulmaurya.me/django-quiz-app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankulmaurya88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-21T11:06:48.000Z","updated_at":"2025-06-12T16:58:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"3229a743-d072-413e-a103-ba66b4c1be74","html_url":"https://github.com/ankulmaurya88/Django-Quiz-App","commit_stats":null,"previous_names":["ankulmaurya88/django-quiz-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankulmaurya88/Django-Quiz-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankulmaurya88%2FDjango-Quiz-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankulmaurya88%2FDjango-Quiz-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankulmaurya88%2FDjango-Quiz-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankulmaurya88%2FDjango-Quiz-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankulmaurya88","download_url":"https://codeload.github.com/ankulmaurya88/Django-Quiz-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankulmaurya88%2FDjango-Quiz-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260313736,"owners_count":22990459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django-rest-framework","docker","docker-compose","python3","quiz-application","shell-script","web-app-education-online-exam"],"created_at":"2025-05-21T16:15:15.144Z","updated_at":"2026-04-15T14:34:42.996Z","avatar_url":"https://github.com/ankulmaurya88.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Django Quiz App\n\nThe **Django Quiz App** is a web-based quiz platform where users can take quizzes, track their scores, and review results. It features a clean UI, user authentication, and admin controls for quiz management. Built using Django and designed with Docker for easy deployment.\n\n📌 **GitHub Repository**  \n➡️ [https://github.com/ankulmaurya88/Django-Quiz-App.git](https://github.com/ankulmaurya88/Django-Quiz-App.git)\n\n---\n\n## 📌 Table of Contents\n\n- [✨ Features](#-features)  \n- [📸 Screenshots](#-screenshots)  \n- [🧪 Input \u0026 Output](#-input--output)  \n- [🧰 Technologies Used](#-technologies-used)  \n- [📁 Project Structure](#-project-structure)  \n- [⚙️ Installation Guide](#️-installation-guide)  \n- [🐳 Docker Deployment](#-docker-deployment)  \n- [🚀 Usage](#-usage)  \n- [📄 License](#-license)  \n- [👤 Author](#-author)  \n\n---\n\n## ✨ Features\n\n✅ User Registration and Login  \n✅ Multiple Quizzes with Timer and Scoring  \n✅ Admin Panel for Quiz Management  \n✅ Real-Time Score Tracking  \n✅ Responsive and Minimal UI  \n✅ Docker Support for Easy Deployment  \n\n---\n\n## 📸 Screenshots\n\n### 🔹 Login Page  \nUser authentication for secure access.  \n![Login Page](assets/login.png)\n\n---\n\n### 🔹 Quiz Interface  \nDisplay questions one by one, timer-based interface.  \n![Quiz Interface](assets/quiz.png)\n\n---\n\n### 🔹 Score Page  \nResults displayed after quiz completion with user score.  \n![Score Page](assets/score.png)\n\n### 🔹 Admin Page  \n Display Admin Panel.\n![Admin Page](assets/admin.png)\n\n---\n\n## 🧪 Input \u0026 Output\n\n### 📝 Input:\nUser logs in or signs up and selects a quiz to begin. Each quiz contains multiple-choice questions.\n\n### 📤 Output:\nAfter quiz submission, the user sees:\n\n| Field         | Description                  |\n|---------------|------------------------------|\n| Quiz Title    | The name of the quiz taken   |\n| User Score    | Total correct answers scored |\n| Total Marks   | Total number of questions    |\n| Time Taken    | Time spent on the quiz       |\n\n---\n\n## 🧰 Technologies Used\n\n| Area        | Tools and Frameworks            |\n|-------------|----------------------------------|\n| Language     | Python 3.8+                     |\n| Backend      | Django                          |\n| Database     | SQLite (default), MySql         |\n| Frontend     | HTML, CSS, Bootstrap            |\n| Deployment   | Docker, Docker Compose          |\n| Web Server   | Nginx (optional)                |\n\n---\n\n## 📁 Project Structure\nDjango-Quiz-App/ ├── manage.py ├── quiz/ # Main quiz app │ ├── admin.py │ ├── models.py │ ├── views.py │ ├── urls.py │ └── templates/ ├── users/ # User management ├── static/ # Static files ├── templates/ # Base templates ├── Dockerfile ├── docker-compose.yml └── requirements.txt\n\n---\n\n## ⚙️ Installation Guide\n\n### 🔧 Prerequisites\n\n- Python 3.8+\n- Git\n- Virtual Environment (optional but recommended)\n\n### 🛠️ Steps\n\n```bash\n# Clone the repository\ngit clone https://github.com/ankulmaurya88/Django-Quiz-App.git\ncd Django-Quiz-App\n\n# (Optional) Create and activate a virtual environment\npython3 -m venv venv\nsource venv/bin/activate  # Windows: venv\\Scripts\\activate\n\n# Install Python dependencies\npip install -r requirements.txt\n\n# Run migrations\npython manage.py migrate\n\n# Create a superuser for admin access\npython manage.py createsuperuser\n\n# Run the development server\npython manage.py runserver\n```\n---\n\n## 🐳 Docker Deployment\n\n---\n```bash\n# Clone the repo\ngit clone https://github.com/ankulmaurya88/Django-Quiz-App.git\ncd Django-Quiz-App\n\n# Build and deploy with Docker Compose\ndocker-compose up --build\n```\n---\n### 🚀 Usage\nOpen the app in your browser: http://localhost:8000\n\nRegister or login as a user\n\nChoose a quiz and start answering questions\n\nSubmit the quiz and view your score\nAdmins can manage quizzes via the Django admin panel at http://localhost:8000/admin/\n\n---\n### 📄 License\nThis project is licensed under the MIT License – see the LICENSE file for details.\n\n\n---\n### 👤 Author\nAnkul Maurya\n\nGitHub: @ankulmaurya88\n\nLinkedIn: linkedin.com/in/ankulmaurya\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankulmaurya88%2Fdjango-quiz-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankulmaurya88%2Fdjango-quiz-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankulmaurya88%2Fdjango-quiz-app/lists"}