A voting app where users are allowed to create polls for any topic and vote on them. This site is built using Express, MongoDB and EJS and hosted @Poller
- User can create polls
- User can vote on polls and add options
- User can see the poll results and various stats
- User can login, see their old polls and can make their poll inactive and remove them.
Follow the instructions below to set up the environment and run this project on your local machine.
$ git clone https://github.com/vikramnr/poller
$ npm install
$ yarn install
Run the server with nodemon and open a browser to visit http://localhost:3001/.
$ npm run dev
Licensed under the MIT License.Copyright © 2017-present Vikram.