https://github.com/workgena/instant_poll
[WIP] Polling app. Author selects one question, and the audience can answer only this specific question :question::raising_hand:
https://github.com/workgena/instant_poll
elixir-phoenix study-project
Last synced: 6 months ago
JSON representation
[WIP] Polling app. Author selects one question, and the audience can answer only this specific question :question::raising_hand:
- Host: GitHub
- URL: https://github.com/workgena/instant_poll
- Owner: workgena
- License: mit
- Created: 2018-11-27T15:13:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T14:08:47.000Z (over 3 years ago)
- Last Synced: 2024-10-19T00:18:59.245Z (over 1 year ago)
- Topics: elixir-phoenix, study-project
- Language: HTML
- Homepage: https://instantpoll.gigalixirapp.com/
- Size: 557 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instant Poll
> NOTICE: This is a playground project to study Phoenix Channels.
https://instantpoll.gigalixirapp.com/
Polling web app, where admin selects one question, and the audience can see/answer only this specific question.
## Screens




## Deploy procedure
Refer to Gigalixir [documentation](https://gigalixir.readthedocs.io/en/latest/main.html#deploy)
After configure the Gigalixir with repo, just use this command:
```
git push gigalixir master
- or -
git push gigalixir your_branch:master
```
## Technologies
[Elixir](https://elixir-lang.org/) | [Phoenix](https://phoenixframework.org/) 1.3 | [Gigalixir](https://gigalixir.com/) | [Milligram](https://milligram.io)