Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 720 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 720 Bytes

Discuss

Build License Release

Real-time chat app for discussion. Create and invite your friends to join your discussion room and start the discussion.

Setup

  1. Copy env.exampe to .env
  2. Fill the config
  3. Run go get ./...

Run The App

go run ./cmd/discuss/main.go

Test The App

go test -v ./...

Build The App

go build -o ./bin/discuss ./cmd/discuss/...