Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 859 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 859 Bytes
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