Skip to content

nearbycoder/materialpoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published