{"id":28827778,"url":"https://github.com/hptrk/uni-votehub","last_synced_at":"2026-04-28T12:38:42.773Z","repository":{"id":299258568,"uuid":"1001720247","full_name":"hptrk/UNI-VoteHub","owner":"hptrk","description":"(UNIVERSITY) Full-featured polling and voting platform built with modern web technologies. Users can securely create, manage, and participate in polls in real time. The system features a robust ASP.NET Core backend and two independent frontends: React and Blazor WebAssembly.","archived":false,"fork":false,"pushed_at":"2025-06-15T15:52:10.000Z","size":1611,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-15T16:43:51.410Z","etag":null,"topics":["asp-net","blazor","blazor-webassembly","bootstrap","full-stack","react","university-project","voting-system"],"latest_commit_sha":null,"homepage":"","language":"C#","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/hptrk.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-06-13T22:12:43.000Z","updated_at":"2025-06-15T15:57:54.000Z","dependencies_parsed_at":"2025-06-15T16:55:03.327Z","dependency_job_id":null,"html_url":"https://github.com/hptrk/UNI-VoteHub","commit_stats":null,"previous_names":["hptrk/uni-votehub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hptrk/UNI-VoteHub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hptrk%2FUNI-VoteHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hptrk%2FUNI-VoteHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hptrk%2FUNI-VoteHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hptrk%2FUNI-VoteHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hptrk","download_url":"https://codeload.github.com/hptrk/UNI-VoteHub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hptrk%2FUNI-VoteHub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260684357,"owners_count":23046110,"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":["asp-net","blazor","blazor-webassembly","bootstrap","full-stack","react","university-project","voting-system"],"created_at":"2025-06-19T04:14:00.843Z","updated_at":"2026-04-28T12:38:42.723Z","avatar_url":"https://github.com/hptrk.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗳️ VoteHub - Polling and Voting System\n\nA comprehensive polling and voting system built with modern web technologies as a university project. The application provides a complete solution for creating, managing, and participating in polls with multiple client interfaces and robust backend architecture.\n\n## 🚀 Features\n\n### User Features\n\n- **Authentication \u0026 Authorization**: Complete user registration and login system with JWT token-based authentication\n- **Poll Management**: Create, view, and manage polls with multiple options\n- **Active Polls**: Browse and participate in currently active polls\n- **Closed Polls**: View results and historical data of completed polls\n- **User Dashboard**: Personal poll management and voting history\n- **Real-time Updates**: Live poll results and status updates\n\n### Technical Features\n\n- **Multi-Client Architecture**: Two independent frontend applications (React and Blazor WebAssembly)\n- **RESTful API**: Comprehensive Web API with proper HTTP status codes and response handling\n- **Data Persistence**: Entity Framework Core with database migrations\n- **Comprehensive Testing**: Unit tests, integration tests, and component tests\n- **Layered Architecture**: Clean separation of concerns with DataAccess and WebAPI layers\n- **Authentication**: ASP.NET Core Identity with JWT bearer tokens\n- **Auto-mapping**: AutoMapper for DTO transformations\n\n## 💻 Technologies\n\n### Backend\n\n- **ASP.NET Core Web API** - RESTful API development\n- **Entity Framework Core** - Data access and ORM\n- **ASP.NET Core Identity** - User management and authentication\n- **JWT Bearer Authentication** - Secure token-based authentication\n- **AutoMapper** - Object-to-object mapping\n\n### Frontend - React\n\n- **React 19 with TypeScript**\n- **React Router DOM** - Client-side routing\n- **Bootstrap 5** - UI components and styling\n- **Formik \u0026 Yup** - Form handling and validation\n- **Vite** - Build tool and development server\n\n### Frontend - Blazor\n\n- **Blazor WebAssembly** - Client-side .NET framework\n- **Blazored.LocalStorage** - Browser storage management\n- **Bootstrap** - Responsive UI components\n\n### Testing\n\n- **xUnit** - Unit and integration testing framework\n- **Moq** - Mocking framework for unit tests\n- **bUnit** - Blazor component testing\n- **Microsoft.AspNetCore.Mvc.Testing** - Integration testing\n\n### Development Tools\n\n- **ESLint** - Code linting for TypeScript/JavaScript\n- **TypeScript** - Type-safe JavaScript development\n- **ELTE.FI.SARuleSet** - Code analysis rules\n\n## 🏗️ Architecture\n\n### Backend Structure\n\n```\n├── Voter.DataAccess/     # Data access layer with Entity Framework\n├── Voter.WebAPI/         # REST API controllers and middleware\n├── Voter.Shared/         # Shared models and DTOs\n└── Voter.Tests/          # Comprehensive test suite\n```\n\n### Frontend Structure\n\n```\n├── voter.react/                    # React TypeScript client\n└── Voter.Blazor.WebAssembly/       # Blazor WebAssembly client\n```\n\n## 🔐 Security Features\n\n- **JWT Authentication**: Secure token-based authentication\n- **Authorization Attributes**: Role-based access control\n- **Automatic Token Handling**: Client-side token management with automatic logout on expiration\n- **Input Validation**: Model validation on both client and server side\n\n## 📸 Screenshots\n\n![Screenshot 1](screenshots/screenshot1.png)\n![Screenshot 2](screenshots/screenshot2.png)\n![Screenshot 3](screenshots/screenshot3.png) \n![Screenshot 4](screenshots/screenshot4.png)\n![Screenshot 5](screenshots/screenshot5.png)\n\n## 📋 Project Details\n\n- **University**: ELTE\n- **Course**: Modern Web Technologies (.NET)\n- **Year**: 2025\n\n## ⭐ This project demonstrates full-stack web development skills with modern .NET technologies, comprehensive testing practices, and multiple client implementations. This project is not actively maintained.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhptrk%2Funi-votehub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhptrk%2Funi-votehub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhptrk%2Funi-votehub/lists"}