Popularity
1.8
Stable
Activity
0.0
Stable
57
4
11
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.
-
Open Event Server
The Open Event Organizer Server to Manage Events https://test-api.eventyay.com -
Easy!Appointments
:date: Easy!Appointments - Self Hosted Appointment Scheduler -
LimeSurvey
The most popular FOSS online survey tool on the web. -
Alf.io
alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups -
Calagator
An open source community calendar platform written in Ruby on Rails -
JD Esurvey
JD eSurvey is an open source enterprise survey web application written in Java and based on the Spring Framework. Check out the tutorial videos to find out more about the application features. -
hitobito
A web application to manage complex group hierarchies with members, events and a lot more. -
Croodle
Croodle is a web application to schedule a date or to do a poll on a general topics. -
Feedka
Get authentic, kindful, and constructive feedback from your friends, family, and co-workers. -
Framadate
An online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision. -
Booked
A web-based calendar and resource scheduling system that allows administered management of reservations on any number of resources. -
Mobilizon
A federated tool that helps you find, create and organise events and groups.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of MaterialPoll or a related project?
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")