Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ardafirdausr/discuss-server

Discussion Chat App
https://github.com/ardafirdausr/discuss-server

echo golang google-sso mongodb pubsub redis websocket

Last synced: 15 days ago
JSON representation

Discussion Chat App

Awesome Lists containing this project

README

        

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/...`