{"id":21360203,"url":"https://github.com/rudrakshi99/quiz_app","last_synced_at":"2026-04-29T19:34:07.509Z","repository":{"id":47313063,"uuid":"383477728","full_name":"rudrakshi99/Quiz_App","owner":"rudrakshi99","description":"The quiz application having MCQs related to various categories where the user can roll out from his previous question and can attempt only once.","archived":false,"fork":false,"pushed_at":"2022-01-13T14:01:30.000Z","size":49,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T22:02:39.665Z","etag":null,"topics":["django-rest-framework","python3","sqlite"],"latest_commit_sha":null,"homepage":"","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/rudrakshi99.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}},"created_at":"2021-07-06T13:25:56.000Z","updated_at":"2022-01-13T14:01:34.000Z","dependencies_parsed_at":"2022-08-02T20:15:30.003Z","dependency_job_id":null,"html_url":"https://github.com/rudrakshi99/Quiz_App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rudrakshi99/Quiz_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FQuiz_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FQuiz_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FQuiz_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FQuiz_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudrakshi99","download_url":"https://codeload.github.com/rudrakshi99/Quiz_App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshi99%2FQuiz_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","python3","sqlite"],"created_at":"2024-11-22T05:32:57.841Z","updated_at":"2026-04-29T19:34:07.492Z","avatar_url":"https://github.com/rudrakshi99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quiz API\n\n## Table of Contents\n1. [Introduction](#introduction)\n2. [Features](#features)\n3. [Technology](#technology)\n4. [Backend Setup Instructions](#backend-setup-instructions)\n\n## Introduction\n\nThe quiz application having MCQs related to various categories where the user can roll out from his previous question and can attempt only once.\n\n## Features: \n1) Admin is able to create.\n2) Authenticated Users can be attempt the quiz.\n3) Each quiz is related to specific can have 1 or more questions and the question types can be MCQ (2-4 options) or open text.\n4) A question will have text and optionally an image.\n5) A user can be able to see the list of quizzes (live, past and upcoming).\n6) A user can be able to attempt live quizzes (at max once) and can roll out from where they left.\n\n## Technology:\n\n\u003cimg src=\"https://img.shields.io/badge/python%20-%2314354C.svg?\u0026style=for-the-badge\u0026logo=python\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/django%20-%23092E20.svg?\u0026style=for-the-badge\u0026logo=django\u0026logoColor=white\"/\u003e  \u003cimg src=\"https://img.shields.io/badge/markdown-%23000000.svg?\u0026style=for-the-badge\u0026logo=markdown\u0026logoColor=white\"/\u003e\u003cimg src=\"https://img.shields.io/badge/github%20-%23121011.svg?\u0026style=for-the-badge\u0026logo=github\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/sqlite-0B96B2?style=for-the-badge\u0026logo=sqlite\u0026logoColor=white\"/\u003e \n\n- **Backend**: Django Rest Framework\n- **IDE**: VS Code\n- **API Testing \u0026 Documentation:** Swagger\n- **Version Control**: Git and GitHub\n- **Database**: Sqlite\n\n### Backend Setup Instructions\n\n- Fork and Clone the repo using\n```\n$ git clone https://github.com/rudrakshi99/Quiz_App.git\n```\n- Setup Virtual environment\n```\n$ python3 -m venv env\n```\n- Activate the virtual environment\n```\n$ source env/bin/activate\n```\n- Install dependencies using\n```\n$ pip3 install -r requirements.txt\n```\n- Make migrations using\n```\n$ python3 manage.py makemigrations\n```\n- Migrate Database\n```\n$ python3 manage.py migrate\n```\n- Create a superuser\n```\n$ python3 manage.py createsuperuser\n```\n- Run server using\n```\n$ python3 manage.py runserver\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudrakshi99%2Fquiz_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudrakshi99%2Fquiz_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudrakshi99%2Fquiz_app/lists"}