{"id":24806621,"url":"https://github.com/prathampalsingh/online_voting_system","last_synced_at":"2026-02-13T23:34:39.779Z","repository":{"id":262586898,"uuid":"887727853","full_name":"prathampalsingh/online_voting_system","owner":"prathampalsingh","description":"This project is based on Spring Boot, Angular, Java, MySQL, HTML, CSS, and Typescript","archived":false,"fork":false,"pushed_at":"2025-01-19T05:24:13.000Z","size":6651,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T08:32:48.986Z","etag":null,"topics":["angular","css","htlm","java","jpa-hibernate","mysql","springboot","typescript"],"latest_commit_sha":null,"homepage":"","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/prathampalsingh.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-13T07:17:19.000Z","updated_at":"2025-01-19T05:24:15.000Z","dependencies_parsed_at":"2024-12-01T13:34:21.021Z","dependency_job_id":"78736a1e-b0e7-4ae9-8c91-958f59102949","html_url":"https://github.com/prathampalsingh/online_voting_system","commit_stats":null,"previous_names":["prathampalsingh/online_voting_system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prathampalsingh/online_voting_system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathampalsingh%2Fonline_voting_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathampalsingh%2Fonline_voting_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathampalsingh%2Fonline_voting_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathampalsingh%2Fonline_voting_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prathampalsingh","download_url":"https://codeload.github.com/prathampalsingh/online_voting_system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathampalsingh%2Fonline_voting_system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29423534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angular","css","htlm","java","jpa-hibernate","mysql","springboot","typescript"],"created_at":"2025-01-30T08:29:26.139Z","updated_at":"2026-02-13T23:34:39.731Z","avatar_url":"https://github.com/prathampalsingh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Voting System 🌐🗳️\n\n**An Online Voting System designed to revolutionize the way citizens participate in elections.** This project eliminates the hassles of paper-based voting by providing a secure, automated, and streamlined voting platform. The system is built using cutting-edge technologies like HTML, CSS, TypeScript, Angular, Java (Spring Boot), and MySQL.\n\n**✨ Key Features**\n\n* **Secure Authentication:** Ensures only verified users can cast votes.\n* **User-Friendly Interface:** Built for accessibility and ease of use.\n* **Robust Admin Management:** Simplifies party and voter management.\n* **Real-time Voting Status:** Displays voting status for registered users.\n* **Responsive Design:** Optimized for desktop and mobile browsers.\n\n**🔧 Tech Stack**\n\n* **Frontend:** HTML, CSS, TypeScript, Angular\n* **Backend:** Java, Spring Boot\n* **Database:** MySQL\n* **Tools:** Eclipse IDE, VS Code, Node.js\n\n## **🚀 How to Run the Project**\n\n**Prerequisites:**\n\n* **Install Node.js and npm:** Download and install the latest version from the official Node.js website (https://nodejs.org/). This also includes npm, the Node Package Manager.\n* **Install MySQL:** Download and install MySQL Community Server from the official MySQL website (https://dev.mysql.com/downloads/). \n* **Install Eclipse IDE:** Download and install the Eclipse IDE for Java Developers from the Eclipse website (https://www.eclipse.org/).\n\n**Steps:**\n\n**1. Backend (Spring Boot):**\n\n   * **Set up the database:**\n      1. Open the MySQL command-line client.\n      2. Create a new database: \n         ```sql\n         CREATE DATABASE db521;\n         ```\n\n   * **Import the Spring Boot Project into Eclipse:**\n      1. In Eclipse, go to **File \u003e Import \u003e Existing Maven Projects**.\n      2. Browse to the directory where your Spring Boot project is located and select the `pom.xml` file.\n         ```bash\n         spring.datasource.url=jdbc:mysql://localhost:3306/db521\n         spring.datasource.username=your-username\n         spring.datasource.password=your-password\n         ```\n      3. Update **your-name** with your database username and password.\n         \n\n   * **Run the Spring Boot Application:**\n      1. Right-click on the `Application` class in the `com.spring` package.\n      2. Select **Run As \u003e Spring Boot App**.\n\n**2. Frontend (Angular):**\n\n   * **Open the Angular project in VS Code:** Open the terminal within VS Code and navigate to the root directory of your Angular project.\n   *  **Install angular:**\n      ```bash\n      npm install -g @angular/cli\n      ```\n   * **Install dependencies:**\n      ```bash\n      npm install\n      ```\n\n   * **Start the development server:**\n      ```bash\n      ng serve\n      ```\n\n   * **Access the application:** Open your web browser and navigate to `http://localhost:4200/` (or the port specified in the terminal output).\n\n## **Project Description**\n\n**🏠 Home Page**\n\nThe landing page introduces the importance of voting with a focus on the system's features and security.\n\n**🎛️ Admin Dashboard**\n\nThe admin has access to a dashboard displaying the total number of users, parties, and voters. Additionally, the admin can manage voters and parties.\n\n**Features:**\n\n* View and manage voter details.\n* Add new political parties with their logos and constituencies.\n* Monitor voting activity in real-time.\n\n**📋 List of Voters**\n\nThe admin can view the list of registered voters, along with their personal details, account status, and actions like Update or Delete voter accounts.\n\n**🖼️ Screenshots**\n\n* [Home Page Screenshot]\n![home](https://github.com/user-attachments/assets/aed1fa6d-fecb-44f0-9cff-674a989a730a)\n\n* [Admin Dashboard Screenshot]\n![dashboard](https://github.com/user-attachments/assets/bc5b6999-328b-4d88-853c-8bada26c9ea6)\n\n* [Voter List Screenshot]\n![listvoters](https://github.com/user-attachments/assets/45937d23-6d7c-48ca-82ea-8392fa6ed227)\n* [Add new party Screenshot]\n![addparty](https://github.com/user-attachments/assets/4b16e953-5f71-4f53-a18d-9643f0f475a3)\n* [Register New User Screenshot]\n![register](https://github.com/user-attachments/assets/33e6b876-049d-4357-8691-339df5fb44c6)\n* [Users(not voted) Screenshot]\n![notvoted](https://github.com/user-attachments/assets/42ee4c4c-bfaf-49c0-a73d-79b194924d35)\n* [Users(voted) Screenshot]\n![voted](https://github.com/user-attachments/assets/3eca57df-d00c-4708-aa3d-8ca06b0fd6d2)\n\n**📚 Learnings**\n\nThis project demonstrates:\n\n* Building a full-stack application with Angular and Spring Boot.\n* Securely managing user data and authentication.\n* Database design and integration with MySQL.\n* Implementing key software engineering principles.\n\n***Hand-coded with ❤️ using Java, Spring Boot, Angular, Typescript, MySql***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathampalsingh%2Fonline_voting_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprathampalsingh%2Fonline_voting_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathampalsingh%2Fonline_voting_system/lists"}