Free Agile Estimation App
The application is made with go using websockets
The application is running in https://go-scrum-poker.fly.dev/
$ git clone [email protected]:aloon/go-scrum-poker.git
$ cd go-scrum-poker
$ docker build -t go-scrum-poker .
$ docker run -p 8080:8080 go-scrum-poker
$ git clone [email protected]: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