A voting system application with a backend powered by Node.js and a frontend built with React.
The backend requires a .env file for configuration. Below is an example of the required environment variables:
PORT=3001
DB_HOST=<localhost>
DB_USER=<user>
DB_NAME=<votingsys>
DB_PASSWORD=<qwerty>
Need pnpm package mananger
Install db.sql
cd frontend pnpm dev
cd backend pnpm dev