{"id":24789139,"url":"https://github.com/abhi-arya1/codeshare","last_synced_at":"2026-04-29T08:02:32.586Z","repository":{"id":273625283,"uuid":"920341289","full_name":"abhi-arya1/codeshare","owner":"abhi-arya1","description":"Interactive Learning in the Lecture Hall","archived":false,"fork":false,"pushed_at":"2025-01-24T21:36:07.000Z","size":535,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T12:17:30.261Z","etag":null,"topics":["education","fastapi","lecture","realtime","teaching","websocket"],"latest_commit_sha":null,"homepage":"https://codeshare.opennote.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhi-arya1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-01-22T01:23:32.000Z","updated_at":"2025-02-18T00:55:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"3adb2132-0652-4f56-86c7-7d533c9420f6","html_url":"https://github.com/abhi-arya1/codeshare","commit_stats":null,"previous_names":["abhi-arya1/codeshare"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhi-arya1/codeshare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-arya1%2Fcodeshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-arya1%2Fcodeshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-arya1%2Fcodeshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-arya1%2Fcodeshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhi-arya1","download_url":"https://codeload.github.com/abhi-arya1/codeshare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-arya1%2Fcodeshare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"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":["education","fastapi","lecture","realtime","teaching","websocket"],"created_at":"2025-01-29T17:16:12.730Z","updated_at":"2026-04-29T08:02:32.581Z","avatar_url":"https://github.com/abhi-arya1.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codeshare\n\nFor anyone in UCI's ICS courses (with Prof. Klefstad), you've probably had to use [GitCodings](https://gitcodings.com). Specifically during my quarter, we're barely able to connect to it, so I revamped and simplified the interface. \n\n**Check it out at [codeshare.opennote.me](https://codeshare.opennote.me).**\nThe API is hosted on AWS EC2 at [api.codeshare.opennote.me](https://api.codeshare.opennote.me).\n\nThis project is licensed under the GNU GPL v3.0 License - see the [LICENSE.md](LICENSE.md) file for details - and is built with NextJS and FastAPI.\n\n## Local Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/abhi-arya1/codeshare.git\n\n# Setup Frontend (requires Bun)\ncd codeshare\nbun install \n# bun dev (for development)\n# bun run build / bun run start (for webserver)\n\n# Setup Backend (requires Python 3.12+)\ncd api\n# for Linux servers \nchmod +x ./setup.sh\n./setup.sh \n# else\npython3 -m venv .venv # must be named \".venv\"\nsource .venv/bin/activate\npip install -r requirements.txt\npip install --upgrade pip\npython run.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi-arya1%2Fcodeshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhi-arya1%2Fcodeshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi-arya1%2Fcodeshare/lists"}