Popularity
1.7
Declining
Activity
0.0
Stable
59
6
10

Code Quality Rank: L4
Programming language: JavaScript
License: MIT License
Tags: Polls and Events    
Latest version: v0.0.1

MaterialPoll alternatives and similar software solutions

Based on the "Polls and Events" category.
Alternatively, view MaterialPoll alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MaterialPoll or a related project?

Add another 'Polls and Events' Software solution

README

Material Poll

This is a open source implementation of the strawpoll.me site. DEMO

  • Server built with Node, Express, Mongo and Socket.io
  • Client built with Yo Angular and materializecss
Notes: if deploying to server make sure to add rewrites for html5Mode or change url within app to add hash

NGINX server { server_name my-app;

root /path/to/app;

location / {
    try_files $uri $uri/ /index.html;
}

}

Make sure to rename config.js.example to config.js with your mongodb connection string.

Create Poll

[Material Poll](img/material1.png?raw=true "Material Poll")

Vote on Poll

[Material Poll](img/material2.png?raw=true "Material Poll")

See Results

[Material Poll](img/material3.png?raw=true "Material Poll")