login info
Username: zoshikanlu
Password: pass246
- Login/logout
- Create a poll
- Vote on a poll
- display leaderboard
Clone the project
https://github.com/DGCP3/employee-polls.git
Go to the project directory
cd employee-polls
Install dependencies
npm install
Start the server
npm run start
Start the mock api server
npm run server
or start both
npm run start-server