This project is a Voting System where users can vote for candidates, and admin users can manage voting sessions, view results, and assign roles to voters. Node.js and Express with MongoDB and JIFF
The project is organized into two main folders:
- frontend/ - Contains the React application (Frontend). RUN npm start
- backend/ - Contains the Node.js/Express application (Backend). npm start
- Node.js: Make sure you have Node.js installed (preferably the latest stable version).
- MongoDB: Install MongoDB and have it running locally or use a cloud MongoDB service.