An open API service indexing awesome lists of open source software.

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:

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

![polls](html/screenshots/polls.jpg)
![question](html/screenshots/question.jpg)
![answers](html/screenshots/answers.jpg)
![edit](html/screenshots/edit_poll.jpg)

## 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)