Skip to content
/ vot Public

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

Notifications You must be signed in to change notification settings

vi88i/vot

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published