/vot

A simple opinion poll or survey web app using MEVN stack.

Primary LanguageVue

vot

A simple opinion poll or survey web app using MEVN stack.

vot

Project setup

$ git clone https://github.com/vi88i/vot.git && cd vot
$ npm install
# Install mongoDB and redis, before executing the following commands
$ sudo systemctl start mongod 
$ sudo systemctl daemon-reload
$ redis-server
$ npm run serve # start vue app
$ cd vot-server && node users.js # start node.js server

Sign-up and start creating polls.

vot

Generate link for the poll and share it with voters

vot

Pollster can view results in real-time

vot