An open API service indexing awesome lists of open source software.

https://github.com/khushalpankhaniya/e-vote-manager

E-Vote Manager is a React-based Candidate Management and Voting System that provides an efficient way to manage political candidates and parties. It features role-based access for administrators and voters, ensuring a secure voting system.
https://github.com/khushalpankhaniya/e-vote-manager

bootstrap expressjs jwt-token mongodb reactjs

Last synced: 3 months ago
JSON representation

E-Vote Manager is a React-based Candidate Management and Voting System that provides an efficient way to manage political candidates and parties. It features role-based access for administrators and voters, ensuring a secure voting system.

Awesome Lists containing this project

README

          

![Image](https://github.com/user-attachments/assets/bab3b157-3b35-41aa-8bde-6edd9ff704ac)
***
![Image](https://github.com/user-attachments/assets/445230a0-486d-495e-9783-7d258115bc91)
***
![Image](https://github.com/user-attachments/assets/2a02c77a-8800-4a5a-be48-13be5be8e0c5)
***
![Image](https://github.com/user-attachments/assets/c40fc40c-3f10-4f4d-88aa-327b3e7a17b5)
***
![Image](https://github.com/user-attachments/assets/08acce06-d001-4f2b-b2b7-f2ef37b22ba5)
***
![Image](https://github.com/user-attachments/assets/d4fa031e-bc4f-43da-bea1-6a3e4a2f69d5)
***
![Image](https://github.com/user-attachments/assets/f502c6ee-0477-4457-9ffb-c879a4dfe91e)
***
![Image](https://github.com/user-attachments/assets/5d1a57a5-840a-4060-b790-156d663034a4)
***

# E-Vote Manager

## Project Overview
**E-Vote Manager** is a **React-based Candidate Management and Voting System** that provides an efficient way to manage political candidates and parties.
It features role-based access for **administrators** and **voters**, ensuring a secure voting system.

## Features

### Common Features
- **User Authentication** – Sign up and log in using **Aadhar number and password**
- **Forget Password** - change password with current passsword.
- **Profile** - View personal details such as **name, mobile number, etc..**

### Admin Features
- **Candidate and Party Management** – Add, edit, and delete candidates
- **Dashboard Overview** – View all candidates and parties

### Client (Voter) Features
- **View Candidates** – Browse available candidates and their details
- **Voting System** – Give Vote to candidate.

## Tech Stack
- **Frontend:** React, Bootstrap
- **Backend:** Node.js, Express.js (API)
- **Database:** MongoDB
- **Authentication:** JWT (JSON Web Token)

## Installation & Setup

### Clone the Repository
```bash
git clone https://github.com/khushalpankhaniya/E-Vote-Manager.git
```

### set .env file at server
```bash
PORT=
MONGODB_URL=
JWT_SECRET =
```
### installation
```bash
cd server
npm install
npm run dev
```

```bash
cd client
npm install
npm run dev
```