Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 594 Bytes

File metadata and controls

19 lines (10 loc) · 594 Bytes

#Real Time

###Description

Welcome to the codebase of our Real Time application. This application enables users to create a real time poll. Users can create a poll than share it. In order to answer the poll, people complete a github oauth.

The application is built with CSS, JQuery, Node.JS, Express and Websockets. Testing was done using Mocha and Chai.

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation: npm install

To Start Server: npm start

To Visit App: localhost:3000