nearbycoder / materialpoll

Opensource strawpoll.me with Angular and Socket.io

Home Page:http://materialpoll.tk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Vote on Poll

Material Poll

See Results

Material Poll

About

Opensource strawpoll.me with Angular and Socket.io

http://materialpoll.tk

License:MIT License


Languages

Language:JavaScript 67.5%Language:HTML 24.7%Language:CSS 7.8%