Skip to content

Tch1b0/quick-poll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Quick Poll

GitHub License GitHub issues

quickly take a poll

About

Quick Poll is using WebSockets to immediately transmit and evaluate the entries of the poll.

Want to know more? You can read my blog article.

Host

Requirements

  • git
  • docker (and docker-compose)

Setup

$ git clone https://github.com/Tch1b0/quick-poll
$ cd ./quick-poll
$ docker-compose build && docker-compose up -d

The client webserver is now exposed on port 5030, and the API on port 5031