This is a real time voting application. It has realtime commenting feature
live demo here
- Express.js(node.js)
- Passport for authentication
- Vue.js for frontend related tasks
- All those beautiful styles are in vanilla css
- Socket.io for all real time features
- Realtime voting
- Realtime commenting
- See trending polls, recent polls
- Post and manage your polls
- Anonymous voting
- Ip address instead of email as extra layer to avoid multiple voting
npm install
uses mongodb so you should setup a mongodb server
npm run start