/Node-polls

A simple poll system powered by Node.js, Socket.io, ExpressJS and MongoDB

Primary LanguageJavaScript

Node Polls

Easy-to-implement poll system powered by node.js, express, socket.io and mongodb

Installation

  • Install node
  • Install mongodb
  • $ git clone git@github.com:danzajdband/Node-polls.git && cd Node-polls && npm install
  • configure your Twitter credentials in config.json
  • $ mongod
  • $ node polls.js
  • open your browser at http://local.host:3000
  • Enjoy