{"id":20080611,"url":"https://github.com/jonericcook/gopherchatter","last_synced_at":"2026-05-03T11:31:24.603Z","repository":{"id":215698837,"uuid":"223686359","full_name":"jonericcook/gopherchatter","owner":"jonericcook","description":"gopherchatter - how gophers chat","archived":false,"fork":false,"pushed_at":"2020-01-03T21:30:08.000Z","size":13970,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T13:26:20.095Z","etag":null,"topics":["go-grpc-middleware","golang","grpc","grpc-go","mongodb"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonericcook.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-24T03:20:20.000Z","updated_at":"2020-01-05T20:49:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8cda5ab-5e33-4b3b-97e4-539792ee6a74","html_url":"https://github.com/jonericcook/gopherchatter","commit_stats":null,"previous_names":["jonericcook/gopherchatter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonericcook/gopherchatter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonericcook%2Fgopherchatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonericcook%2Fgopherchatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonericcook%2Fgopherchatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonericcook%2Fgopherchatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonericcook","download_url":"https://codeload.github.com/jonericcook/gopherchatter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonericcook%2Fgopherchatter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32567151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go-grpc-middleware","golang","grpc","grpc-go","mongodb"],"created_at":"2024-11-13T15:29:18.459Z","updated_at":"2026-05-03T11:31:24.582Z","avatar_url":"https://github.com/jonericcook.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gopher Chatter\n\n## Technologies Used\n* Golang\n* gRPC\n* MongoDB\n\n## Tools Needed\n* [MongoDB Compass](https://www.mongodb.com/download-center/compass)\n* [BloomRPC](https://github.com/uw-labs/bloomrpc#installation)\n* [Docker](https://www.docker.com/get-started)\n* [Golang](https://golang.org/dl/)\n\n## Setup Instructions\n### MongoDB\n* Get MongoDB docker image: `docker pull mongo`\n* Start MongoDB docker container for the first time: `docker run -d -p 27017-27019:27017-27019 --name mongodb mongo`\n* Stop MongoDB docker container: `docker stop mongodb`\n* Start MongoDB docker container: `docker start mongodb`\n* Open MongoDB Compass and connect to MongoDB.\n\n### Server\nNavigate to `cmd/server` and start the server `go run .`\n\n### BloomRPC\nOpen BloomRPC and import the gopherchatter protobuf file. This is done by clicking the green plus icon in the top left and navigating to the protobuf file in `internal/platform/protobuf/v0`\n\n## Interacting\nStart off by creating a user with the `CreateUser` endpoint. Use the entered credentials to authenticate that user with the `Authenticate` endpoint. Take the returned token and put it in an object as follows:\n```\n{\n    \"authorization\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1NzcxNzUyODAsImlhdCI6MTU3NzEzMjA4MCwic3ViIjoiNWUwMTFkOGNiZTQ5NzdmYTNjYzhjNGM3In0.WmWGZNaTIi2agl2_KTu45KV7_zwQO7iM8VrFvIgXbmo\"\n}\n```\nPut this object in the `METADATA` field at the bottom of the BloomRPC UI for all endpoint calls besides `CreateUser` and `Authenticate`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonericcook%2Fgopherchatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonericcook%2Fgopherchatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonericcook%2Fgopherchatter/lists"}