{"id":20554882,"url":"https://github.com/subhapriyam-dev/college-online-voting-system","last_synced_at":"2026-02-16T01:40:27.892Z","repository":{"id":263026679,"uuid":"859780889","full_name":"SUBHAPRIYAM-dev/College-Online-Voting-System","owner":"SUBHAPRIYAM-dev","description":"The College Online Voting System is a web-based platform for conducting secure college elections. Developed using PHP, MySQL, HTML, CSS, and JavaScript, it allows students to register and vote online, while admins and staff manage candidates, voters, and generate election reports. It offers a streamlined, user-friendly voting process.","archived":false,"fork":false,"pushed_at":"2024-11-15T16:40:09.000Z","size":9129,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T01:49:41.794Z","etag":null,"topics":["javascript","less","php","scss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SUBHAPRIYAM-dev.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-09-19T09:11:17.000Z","updated_at":"2025-02-18T14:04:23.000Z","dependencies_parsed_at":"2024-11-15T17:46:30.182Z","dependency_job_id":null,"html_url":"https://github.com/SUBHAPRIYAM-dev/College-Online-Voting-System","commit_stats":null,"previous_names":["subhapriyam-dev/college-online-voting-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUBHAPRIYAM-dev%2FCollege-Online-Voting-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUBHAPRIYAM-dev%2FCollege-Online-Voting-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUBHAPRIYAM-dev%2FCollege-Online-Voting-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUBHAPRIYAM-dev%2FCollege-Online-Voting-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SUBHAPRIYAM-dev","download_url":"https://codeload.github.com/SUBHAPRIYAM-dev/College-Online-Voting-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248881616,"owners_count":21176884,"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":["javascript","less","php","scss"],"created_at":"2024-11-16T03:07:33.900Z","updated_at":"2025-10-04T14:39:48.827Z","avatar_url":"https://github.com/SUBHAPRIYAM-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# College Online Voting System(Covs)\n\n## Project Description\n\nThe **College Online Voting System** is a web-based platform designed to facilitate secure and efficient voting for college elections. The system allows students to register and cast votes online, while administrators and staff manage the election process. The project was developed specifically for a college election using **PHP**, **MySQLi**, **MySQL Database**, **HTML**, **CSS**, **JavaScript (jQuery and Ajax)**, and **Bootstrap** for the design.\n\n### Features\n\n#### Admin Side:\n- Login/Logout\n- Manage Candidates\n- Activate/Deactivate Voters\n- Manage Students\n- Generate Election Reports\n- Manage User/Staff List\n- View User Time Logs\n\n#### Staff Side:\n- Login/Logout\n- Manage Candidates\n- View Voters List\n- Manage Students\n- Generate Election Reports\n- View User/Staff List\n\n#### Voters:\n- Register with Student ID\n- Vote for Candidates\n\n### Technology Stack:\n- **Backend:** PHP, MySQLi\n- **Frontend:** HTML, CSS, Bootstrap, JavaScript (jQuery, Ajax)\n- **Database:** MySQL\n\n## Installation and Setup Instructions\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/your-username/college-online-voting-system.git\n   cd college-online-voting-system\n   ```\n\n2. **Database Setup:**\n   - Create a MySQL database in your local server (e.g., `vote`).\n   - Import the provided SQL file (`vote.sql`) into the created database.\n\n3. **Configuration:**\n   - In the project folder, locate the `config.php` file and update the database credentials:\n     ```php\n     \u003c?php\n     $conn = new mysqli('localhost', 'root', '', 'vote');\n     ?\u003e\n     ```\n\n4. **Run the Project:**\n   - Open a browser and access the project via `http://localhost/college-online-voting-system/`.\n\n5. **Login Credentials:**\n   - Default Admin:\n     - Login Id: 1\n     - Username: `admin`\n     - Password: `admin`\n   - Default User:\n     - Login Id: 4\n     - Username: `user`\n     - Password: `user`\n\n## Project Structure\n\n- `/admin` - Admin-related pages\n- `/staff` - Staff-related pages\n- `/voters` - Voter registration and voting\n- `/assets` - CSS, JS, images, and Bootstrap files\n- `/config.php` - Database connection\n\n## Usage\n\n- **Admin** can manage the election process by adding candidates, activating or deactivating voters, and generating reports.\n- **Staff** has limited management access, including viewing voter lists and generating reports.\n- **Voters** must register with their student ID and, once approved by the admin, can vote for their chosen candidates.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubhapriyam-dev%2Fcollege-online-voting-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubhapriyam-dev%2Fcollege-online-voting-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubhapriyam-dev%2Fcollege-online-voting-system/lists"}