{"id":25519472,"url":"https://github.com/alok-x0s1/quizzo","last_synced_at":"2025-09-09T13:39:13.260Z","repository":{"id":277680107,"uuid":"933094264","full_name":"alok-x0s1/Quizzo","owner":"alok-x0s1","description":"A Quiz Management System where teachers can log in, create, edit, and delete quizzes, frontend built using React, and backend with Express, and Prisma.","archived":false,"fork":false,"pushed_at":"2025-06-27T16:07:19.000Z","size":2194,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T17:19:56.129Z","etag":null,"topics":["express","postgresql","prisma","quiz-management-system","vite"],"latest_commit_sha":null,"homepage":"https://quizzo-liart.vercel.app","language":"TypeScript","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/alok-x0s1.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":"2025-02-15T06:00:35.000Z","updated_at":"2025-06-27T16:07:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb4bc5de-3664-4d79-b884-9060c4c9767b","html_url":"https://github.com/alok-x0s1/Quizzo","commit_stats":null,"previous_names":["alok-x0s1/quizzo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alok-x0s1/Quizzo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok-x0s1%2FQuizzo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok-x0s1%2FQuizzo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok-x0s1%2FQuizzo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok-x0s1%2FQuizzo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alok-x0s1","download_url":"https://codeload.github.com/alok-x0s1/Quizzo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alok-x0s1%2FQuizzo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274303618,"owners_count":25260470,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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":["express","postgresql","prisma","quiz-management-system","vite"],"created_at":"2025-02-19T17:19:42.472Z","updated_at":"2025-09-09T13:39:13.251Z","avatar_url":"https://github.com/alok-x0s1.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quizzo\n\nQuizzo is a **Quiz Management System** where teachers can log in, create, edit, and delete quizzes. It consists of a **React (Vite) frontend** and a **TypeScript (Express) backend** using **Prisma** and **PostgreSQL**.\n\n```js\n# Test user credentials:\n\nusername: test1\npassword: test12345\n\nusername: test2\npassword: test12345\n```\n\n## Overview\n\nThis allows teachers to create, manage, and delete quizzes. It also provides a **user-friendly interface** for teachers to create, edit, and delete quizzes.\n\n### **Home Page**\n\n![Home Page](/frontend/public/home.png)\n\n### **Login Page**\n\n![Login Page](/frontend/public/login.png)\n\n### **Dashboard Page**\n\n![Dashboard Page](/frontend/public/dashboard.png)\n\n### **Quiz Details Page**\n\n![Quiz Details Page](/frontend/public/quiz-details.png)\n\n### **About Page**\n\n![About Page](/frontend/public/about.png)\n\n### **Contact Page**\n\n![Contact Page](/frontend/public/contact.png)\n\n## Tech Stack\n\n### **Frontend**\n\n-   **React.js \u0026 Vite** - Frontend framework\n-   **TypeScript** - Type-safe development\n-   **TailwindCSS** - Styling\n-   **ShadCN UI** - UI components\n-   **React Router** - Navigation\n-   **Axios** - API requests handling\n-   **React Hook Form \u0026 Zod** - Form validation\n-   **Framer Motion** - Animations\n\n### **Backend**\n\n-   **Node.js \u0026 Express.js** - Backend framework\n-   **TypeScript** - Type safety\n-   **Prisma ORM** - Database management\n-   **PostgreSQL** - Database\n-   **Nodemon** - Development tool\n-   **Bcryptjs** - Password encryption\n\n## 🚀 Installation \u0026 Setup\n\n### **1️⃣ Clone the Repository**\n\n```sh\ngit clone https://github.com/alok-x0s1/Quizzo.git\ncd Quizzo\n```\n\n### **2️⃣ Install Dependencies**\n\nRun the following command to install all the necessary dependencies:\n\n```bash\ncd frontend \u0026\u0026 npm install\ncd ../backend \u0026\u0026 npm install\n```\n\n### **3️⃣ Configure Environment Variables**\n\nRefer to the [Backend README](/backend/README.md) and [Frontend README](/frontend/README.md) for environment variable setup instructions.\n\n### **4️⃣ Set Up the Database**\n\nRun the following Prisma commands:\n\n```sh\nnpx prisma migrate dev --name init\n```\n\n### **5️⃣ Run the Application**\n\nRun the following command to start the application:\n\n```bash\ncd backend \u0026\u0026 npm run dev\ncd ../frontend \u0026\u0026 npm run dev\n```\n\n### **5️⃣ Access the Application**\n\nThe application will be accessible at [http://localhost:5173](http://localhost:5173) in your browser.\n\n## API Endpoints\n\nRefer to the [Backend README](/server/README.md) for detailed API documentation.\n\n## Contributing\n\nFeel free to submit pull requests and open issues. Contributions are always welcome!\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-name`).\n3. Commit your changes (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature-name`).\n5. Open a pull request.\n\n## Support\n\nFor any issues, contact : **[@contact_me](https://instagram.com/mr_x0s1)**\n\n## Thank You!\n\nThanks for using E-manage! If you have any questions or feedback, don't hesitate to reach out. Happy event planning!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falok-x0s1%2Fquizzo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falok-x0s1%2Fquizzo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falok-x0s1%2Fquizzo/lists"}