Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 810 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 810 Bytes

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