{"id":37177590,"url":"https://github.com/acmutd/bsg","last_synced_at":"2026-01-14T20:42:46.748Z","repository":{"id":191570051,"uuid":"684852976","full_name":"acmutd/bsg","owner":"acmutd","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-20T08:15:52.000Z","size":17457,"stargazers_count":4,"open_issues_count":26,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T02:39:11.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/acmutd.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-30T01:40:58.000Z","updated_at":"2025-11-13T22:14:36.000Z","dependencies_parsed_at":"2023-10-21T00:24:47.623Z","dependency_job_id":"ee74464c-8738-4cc5-a4a3-65116bc1f7fc","html_url":"https://github.com/acmutd/bsg","commit_stats":null,"previous_names":["acmutd/bsg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acmutd/bsg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acmutd%2Fbsg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acmutd%2Fbsg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acmutd%2Fbsg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acmutd%2Fbsg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acmutd","download_url":"https://codeload.github.com/acmutd/bsg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acmutd%2Fbsg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-14T20:42:46.190Z","updated_at":"2026-01-14T20:42:46.741Z","avatar_url":"https://github.com/acmutd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BSG (Binary Search Gang)\n\n## What is BSG?\n\nBSG is an attempt to recreate **binarysearch.io**, a website that allows user to create rooms to practice solving coding interview problems with friends. \n\n## Main components\n\nCurrently, there are 3 main component of this application: \n- [Central Service](#central-service)\n- [RTC Service](#rtc-service-realtime-communication)\n- [Worker Service](#worker-service)\n\n### Central Service\nCentral Service will contain all core business logic of BSG, including user authentication, database interaction, etc..\n\n### RTC Service (Realtime Communication)\nRTC Service will be a server that maintains socket connection between clients and the whole application for the purpose of delivering real-time notifications. \n\n### Worker Service\nWorker Service will be responsible for carrying out computational-intensive tasks. \n\n## Setup the project for development\n\nCreate a copy of the file `.env.template` and name the copy as `.env`. In Linux or MacOS, one can run the following command: \n```bash\n$ cp .env.template .env\n```\n\nFill out the environment variables in the `.env` file with any value of choosing. \n\nExecute the following command to run the project: \n```bash\n$ docker compose --env-file ./.env up --build --force-recreate\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facmutd%2Fbsg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facmutd%2Fbsg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facmutd%2Fbsg/lists"}