Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.27 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.27 KB

go-scrum-poker

Free Agile Estimation App

The application is made with go using websockets

The application is running in https://go-scrum-poker.fly.dev/


How to run

Docker

$ git clone git@github.com:aloon/go-scrum-poker.git
$ cd go-scrum-poker
$ docker build -t go-scrum-poker .
$ docker run -p 8080:8080 go-scrum-poker

Local

$ git clone git@github.com:aloon/go-scrum-poker.git
$ cd go-scrum-poker
$ go get -u github.com/gin-gonic/gin
$ go get -u github.com/gorilla/websocket
$ go get -u github.com/gosimple/slug
$ go get -u github.com/stretchr/testify
$ go run main.go

Open Source License: MIT PR's Welcome
Fly Deploy CodeQL