/Voting-App

Real time vote using Pusher, Node.js and Express

Primary LanguageJavaScript

Voting-App

Real-Time voting app using Pusher, Node.js, Express, MongoDB and CanvasJS

Quick Start

Edit the config/keys.js file and add your MongoDB URI and Pusher key info

# Install dependencies
npm install

# Run dev server localhost:5000
npm run dev

# Start
npm start