A simple opinion poll or survey web app using MEVN stack.
$ 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


