{"id":15091068,"url":"https://github.com/hackersgoddest/e-votepro","last_synced_at":"2026-01-04T20:33:17.850Z","repository":{"id":249906765,"uuid":"832901361","full_name":"Hackersgoddest/E-VotePro","owner":"Hackersgoddest","description":"E-VotePro is a sophisticated voting platform leveraging C# and MySQL to deliver secure and reliable elections. It features user authentication, candidate handling, and real-time voting statistics.","archived":false,"fork":false,"pushed_at":"2024-07-24T02:03:11.000Z","size":209,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T10:46:14.213Z","etag":null,"topics":["csharp","desktop-application","mysql","mysqlclient","object-oriented-programming","windows-forms"],"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/Hackersgoddest.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}},"created_at":"2024-07-24T00:51:49.000Z","updated_at":"2024-07-24T02:06:00.000Z","dependencies_parsed_at":"2024-07-24T04:37:56.862Z","dependency_job_id":null,"html_url":"https://github.com/Hackersgoddest/E-VotePro","commit_stats":null,"previous_names":["hackersgoddest/e-votepro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hackersgoddest%2FE-VotePro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hackersgoddest%2FE-VotePro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hackersgoddest%2FE-VotePro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hackersgoddest%2FE-VotePro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hackersgoddest","download_url":"https://codeload.github.com/Hackersgoddest/E-VotePro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244945595,"owners_count":20536295,"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":["csharp","desktop-application","mysql","mysqlclient","object-oriented-programming","windows-forms"],"created_at":"2024-09-25T10:35:19.069Z","updated_at":"2026-01-04T20:33:17.793Z","avatar_url":"https://github.com/Hackersgoddest.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-VotePro\n\nE-VotePro is a comprehensive voting system built using C# Windows Forms and MySQL, designed to facilitate secure, efficient, and transparent elections. Ideal for educational institutions, organizations, and small-scale elections, E-VotePro offers a user-friendly interface and robust functionality for managing the entire voting process.\n\n## Table of Contents\n\n- [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Database Setup](#database-setup)\n- [Screenshots](#screenshots)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- Secure User Authentication: Supports login for both students and admins, ensuring a secure voting environment.\n- Candidate Management: Admins can easily add, edit, and manage candidates.\n- Real-Time Results: Provides instant feedback on election results as votes are cast.\n- Admin Dashboard: Comprehensive tools for managing elections and monitoring activity.\n- User-Friendly Interface: Intuitive design for easy navigation and use.\n- Scalability: Suitable for various election sizes and types.\n\n## Requirements\n\n- Operating System: Windows 7 or later\n- .NET Framework: Version 4.7.2 or higher\n- MySQL Server: Version 5.7 or higher\n- MySQL Connector/NET: Version 8.0 or higher\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Hackersgoddest/E-VotePro.git\n   ```\n2. Navigate to the project directory:\n    ```bash\n    cd E-VotePro\n    ```\n3. Open the project in Visual Studio:\n   - Launch Visual Studio.\n   - Open the solution file (`E-VotePro.sln`).\n\n4. Install NuGet packages:\n   - In Visual Studio, go to `Tools` -\u003e `NuGet Package Manager` -\u003e `Manage NuGet Packages for Solution`.\n   - Restore the NuGet packages.\n\n5. Configure the MySQL database:\n   - Set up your MySQL database using the provided script in the `Database Setup` section.\n   - Update the database connection string in `App.config`.\n\n6. Build and run the project:\n   - Click on `Build` -\u003e `Build Solution`.\n   - Run the application by clicking `Start` or pressing `F5`.\n\n## Usage\n\n1. Admin Login:\n   - Use admin credentials to log in to the admin dashboard.\n   - Manage candidates, view statistics, and monitor election activities.\n\n2. Student Login:\n   - Students can log in using their credentials to cast votes.\n   - View available candidates and submit votes.\n\n3. Election Management:\n   - Admins can create and manage elections, including adding candidates and viewing elections results.\n\n## Database Setup\n\nTo set up the MySQL database, follow these steps:\n\n1. **Create the database and tables**:\n   - Locate the `e_voting.sql` file in the root folder of this repository.\n   - Open your MySQL tool (e.g., MySQL Workbench, phpMyAdmin, or a command-line client).\n   - Run the `e_voting.sql` file to create the database and the necessary tables. You can usually do this by:\n     - **MySQL Workbench**: Go to `File` -\u003e `Open SQL Script`, select `e_voting.sql`, and then click `Execute`.\n     - **phpMyAdmin**: Navigate to the `SQL` tab, click on `Choose File`, select `e_voting.sql`, and click `Go`.\n     - **Command-line client**: Use the following command:\n       ```bash\n       mysql -u yourusername -p yourpassword \u003c e_voting.sql\n       ```\n\n2. **Update the database connection string**:\n   - Open the `App.config` file in your project.\n   - Update the connection string with your MySQL server credentials and the name of the database created.\n\n## Screenshots\n\n### Login Page\n![Login Page](screenshots/login.png)\n\n### Admin Dashboard\n![Admin Dashboard](screenshots/admin_dashboard.png)\n\n### Voting Page\n![Voting Page](screenshots/votingpage.png)\n\n### Result Page\n![Result Page](screenshots/result.png)\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to this project, please follow these steps:\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackersgoddest%2Fe-votepro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackersgoddest%2Fe-votepro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackersgoddest%2Fe-votepro/lists"}