Skip to content

aloon/go-scrum-poker

Repository files navigation

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

About

Free Agile Estimation App

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published