{"id":20279988,"url":"https://github.com/aalexander47/wuiz","last_synced_at":"2025-09-22T15:30:39.256Z","repository":{"id":204717594,"uuid":"711959291","full_name":"aalexander47/Wuiz","owner":"aalexander47","description":"Quiz App || Webapp","archived":false,"fork":false,"pushed_at":"2023-10-31T15:41:09.000Z","size":24708,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-14T13:39:31.882Z","etag":null,"topics":["django","education","javascript","management","marksheet","postgresql","quiz","quiz-website","quizapp","teacher-student","website"],"latest_commit_sha":null,"homepage":"https://stormy-castle-48366-3454eb298775.herokuapp.com/","language":"JavaScript","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/aalexander47.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":"2023-10-30T14:14:50.000Z","updated_at":"2024-03-14T22:42:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"f09dea75-4831-4098-a0cc-6cf5e0b684f2","html_url":"https://github.com/aalexander47/Wuiz","commit_stats":null,"previous_names":["aalexander47/wuiz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalexander47%2FWuiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalexander47%2FWuiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalexander47%2FWuiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalexander47%2FWuiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aalexander47","download_url":"https://codeload.github.com/aalexander47/Wuiz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233856657,"owners_count":18740989,"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","education","javascript","management","marksheet","postgresql","quiz","quiz-website","quizapp","teacher-student","website"],"created_at":"2024-11-14T13:34:01.561Z","updated_at":"2025-09-22T15:30:30.829Z","avatar_url":"https://github.com/aalexander47.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wuiz\n##Screenshots\n##Admin-Login\n![Admin_login](https://github.com/aalexander47/Wuiz/blob/main/static/screenshots/Admin_login.png?raw=true)\n##Student Login\n![Student_login](https://github.com/aalexander47/Wuiz/blob/main/static/screenshots/student_login.png?raw=true)\n##TeacherLogin\n![Teacher_login](https://github.com/aalexander47/Wuiz/blob/main/static/screenshots/Teacher_Login_Signup.png?raw=true)\n## Dashboards---\n![Admin_dash](https://github.com/aalexander47/Wuiz/blob/main/static/screenshots/admin_dashboard.png?raw=true)\n![student_dash](https://github.com/aalexander47/Wuiz/blob/main/static/screenshots/Student_dashboard.png?raw=true)\n![Teacher_dash](https://github.com/aalexander47/Wuiz/blob/main/static/screenshots/Teacher_dashboard.png?raw=true)\n\n##Main Page\n![Main_page](https://github.com/aalexander47/Wuiz/blob/main/static/screenshots/main.png?raw=true)\n\n##contact us \n![Contactus](https://github.com/aalexander47/Wuiz/blob/main/static/screenshots/Contactus.png?raw=true)\n\n## Functions\n# How To Use This\nFirst make sure PostgreSQL and pgadmin or SQlelectron is install in your system. \nYou can get from below link\n\nhttps://sqlectron.github.io/\n\nthen you have to manually create a DB instance on PostgreSQL , better use PgAdmin for that.\nmake a new environment(recommended) and run...\n\n### Admin\n- Create Admin account using command\n```\npy manage.py createsuperuser\n```\n- After Login, can see Total Number Of Student, Teacher, Course, Questions are there in system on Dashboard.\n- Can View, Update, Delete, Approve Teacher.\n- Can View, Update, Delete Student.\n- Can Also See Student Marks.\n- Can Add, View, Delete Course/Exams.\n- Can Add Questions To Respective Courses With Options, Correct Answer, And Marks.\n- Can View And Delete Questions Too.\n\n### Teacher\n- Apply for job in System. Then Login (Approval required by system admin, Then only teacher can login).\n- After Login, can see Total Number Of Student, Course, Questions are there in system on Dashboard.\n- Can Add, View, Delete Course/Exams.\n- Can Add Questions To Respective Courses With Options, Correct Answer, And Marks.\n- Can View And Delete Questions Too.\n\u003e **_NOTE:_**  Basically Admin Will Hire Teachers To Manage Courses and Questions.\n\n### Student\n- Create account (No Approval Required By Admin, Can Login After Signup)\n- After Login, Can See How Many Courses/Exam And Questions Are There In System On Dashboard.\n- Can Give Exam Any Time, There Is No Limit On Number Of Attempt.\n- Can View Marks Of Each Attempt Of Each Exam.\n- Question Pattern Is MCQ With 4 Options And 1 Correct Answer.\n---\n\n## HOW TO RUN THIS PROJECT\n- Install Python(3.7.6) (Dont Forget to Tick Add to Path while installing Python)\n- Open Terminal and Execute Following Commands :\n```\npython -m pip install -r requirements. txt\n```\n- Download This Project Zip Folder and Extract it\n- Move to project folder in Terminal. Then run following Commands :\n```\npy manage.py makemigrations\npy manage.py migrate\npy manage.py runserver\n```\n- Now enter following URL in Your Browser Installed On Your Pc\n```\nhttp://127.0.0.1:8000/\n```\n\n## CHANGES REQUIRED FOR CONTACT US PAGE\n- In settins.py file, You have to give your email and password\n```\nEMAIL_HOST_USER = 'youremail@gmail.com'\nEMAIL_HOST_PASSWORD = 'your email password'\nEMAIL_RECEIVING_USER = 'youremail@gmail.com'\n```\n\n## Drawbacks/LoopHoles\n- Admin/Teacher can add any number of questions to any course, But while adding course, admin provide question number.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faalexander47%2Fwuiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faalexander47%2Fwuiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faalexander47%2Fwuiz/lists"}