The Online Voting System is a web-based application designed to enable secure and convenient voting in elections, polls, and other voting events. It serves as a user-friendly platform where eligible voters can cast their votes electronically, ensuring accuracy, transparency, and accessibility in the voting process. The system aims to simplify voting procedures, reduce voting-related errors, and encourage higher voter participation.
Follow the following steps to get development environment running.
- Frontend
cd client
npm install
npm start
- Backend
cd server
npm install
npm run dev