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: 9 months ago
JSON representation
Discussion Chat App
- Host: GitHub
- URL: https://github.com/ardafirdausr/discuss-server
- Owner: ardafirdausr
- License: mit
- Created: 2021-05-29T10:26:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T07:40:17.000Z (about 1 year ago)
- Last Synced: 2025-05-18T08:31:40.620Z (about 1 year ago)
- Topics: echo, golang, google-sso, mongodb, pubsub, redis, websocket
- Language: Go
- Homepage: https://discuss.projects.ardafirdausr.com
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Discuss
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/...`