{"id":24990418,"url":"https://github.com/ifsvivek/quiz-application","last_synced_at":"2026-04-27T12:02:37.104Z","repository":{"id":246810974,"uuid":"822099845","full_name":"ifsvivek/Quiz-Application","owner":"ifsvivek","description":"4th Sem DBMS Project: Quiz Application","archived":false,"fork":false,"pushed_at":"2024-08-12T09:03:36.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T12:46:58.014Z","etag":null,"topics":["dbms","dbms-project","flask","python"],"latest_commit_sha":null,"homepage":"https://ifsvivek.github.io","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ifsvivek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-06-30T10:10:09.000Z","updated_at":"2024-08-12T09:03:40.000Z","dependencies_parsed_at":"2024-07-12T18:39:26.413Z","dependency_job_id":null,"html_url":"https://github.com/ifsvivek/Quiz-Application","commit_stats":null,"previous_names":["ifsvivek/dbms-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ifsvivek/Quiz-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifsvivek%2FQuiz-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifsvivek%2FQuiz-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifsvivek%2FQuiz-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifsvivek%2FQuiz-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ifsvivek","download_url":"https://codeload.github.com/ifsvivek/Quiz-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifsvivek%2FQuiz-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dbms","dbms-project","flask","python"],"created_at":"2025-02-04T13:36:23.931Z","updated_at":"2026-04-27T12:02:37.074Z","avatar_url":"https://github.com/ifsvivek.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quiz Application\n\nThis project is a web-based quiz application built with Flask and TailwindCSS. It allows users to log in as either an admin or a user. Admins can create quiz questions, while users can take quizzes and view their results.\n\n## Features\n\n- **User Authentication**: Separate login forms for users and admins.\n- **Quiz Management**: Admins can add quiz questions.\n- **Dynamic Quiz Taking**: Users can take quizzes and get immediate feedback.\n\n## Project Structure\n\n- `appy.py`: Flask application files.\n- `env/`: Virtual environment directory.\n- `static/`: Contains static files like CSS.\n  - `src/input.css`: TailwindCSS entry point.\n- `templates/`: HTML templates for the application.\n  - `admin.html`: Admin interface for managing quizzes.\n  - `index.html`: Landing page with login forms.\n  - `quiz.html`: Quiz taking interface for users.\n  - `result.html`: Displays quiz results to users.\n- `tailwind.config.js`: TailwindCSS configuration.\n- `connect.py`: Credentials to establish connection with Database.\n- `package.json`: Node.js project file with dependencies.\n- `requirements.txt`: Python dependencies.\n- `interview_questions_mcq.xlsx`: Excel file containing quiz questions.\n\n## Setup\n\n1. **Clone the repository**\n\n```bash\ngit clone https://github.com/ifsvivek/DBMS-Project\n```\n\n2. **Install dependencies**\n\nEnsure you have Node.js installed, then run:\n\n```bash\nnpm install\n```\n\n3. **Generate TailwindCSS**\n\n```bash\nnpx tailwindcss -i ./static/src/input.css -o ./static/dist/css/output.css --watch\n```\n\n4. **Activate the virtual environment**\n\n```bash\npython -m venv env  # Create a virtual environment\n```\n\n```bash\nenv\\Scripts\\activate  # On Windows\nsource env/bin/activate  # On Unix or MacOS\n```\n\n5. **Install Python dependencies**\n\n```bash\npip install -r requirements.txt\n```\n\n6. **Change the Database Credentials**\n```py\nhost=\"localhost\"\nuser=\"\u003cYour_Username\u003e\" # root is default user\npassword=\"\u003cYour_Password\u003e\"\ndatabase=\"\u003cYour_Database_Name\u003e\"\n```\n\n7. **Run the Flask application**\n\n```bash\npython appy.py\n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifsvivek%2Fquiz-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifsvivek%2Fquiz-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifsvivek%2Fquiz-application/lists"}