Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 457 Bytes

Node Polls

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

Installation

  • Install node
  • Install mongodb
  • $ git clone [email protected]: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