{"id":27261433,"url":"https://github.com/harshramani00/studybuddy","last_synced_at":"2026-04-24T16:03:38.889Z","repository":{"id":287293816,"uuid":"964259667","full_name":"harshramani00/StudyBuddy","owner":"harshramani00","description":"A Discord-style real-time chat app for students to collaborate and study together.","archived":false,"fork":false,"pushed_at":"2025-04-11T00:05:02.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T05:39:18.435Z","etag":null,"topics":["chat-app","discord-clone","django","python","rest-api","study-app","websocket"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/harshramani00.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}},"created_at":"2025-04-10T23:56:15.000Z","updated_at":"2025-04-11T00:30:47.000Z","dependencies_parsed_at":"2025-04-11T05:32:58.670Z","dependency_job_id":"42d42968-c972-41a2-8eba-35dde1ed9a7d","html_url":"https://github.com/harshramani00/StudyBuddy","commit_stats":null,"previous_names":["harshramani00/studybuddy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshramani00/StudyBuddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshramani00%2FStudyBuddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshramani00%2FStudyBuddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshramani00%2FStudyBuddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshramani00%2FStudyBuddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshramani00","download_url":"https://codeload.github.com/harshramani00/StudyBuddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshramani00%2FStudyBuddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["chat-app","discord-clone","django","python","rest-api","study-app","websocket"],"created_at":"2025-04-11T05:31:25.270Z","updated_at":"2026-04-24T16:03:38.861Z","avatar_url":"https://github.com/harshramani00.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 StudyBuddy\n\n*A Discord clone for studying — built with Django.*\n\nStudyBuddy is a real-time web app designed to help students and learners create topic-based rooms where they can chat, collaborate, and share knowledge — just like Discord, but with a focus on productivity and education.\n\n---\n\n## 🚀 Features\n\n- 🧑‍💻 User authentication (Register, Login, Logout)\n- 📂 Create, join, and manage **study rooms**\n- 📝 Topic-based room organization\n- 💬 Real-time conversation threads\n- 🔍 Search for rooms and messages\n- 🧼 Edit/delete your messages and rooms\n- ✨ Clean and modern UI inspired by Discord\n\n---\n\n## 🚰 Tech Stack\n\n- **Backend**: Django, Django REST Framework\n- **Frontend**: HTML, CSS (custom styling)\n- **Database**: SQLite (can be switched to MySQL/PostgreSQL)\n- **Other**: Python 3.11\n\n---\n\n## 🧪 Setup Instructions\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/YOUR_USERNAME/StudyBuddy.git\ncd StudyBuddy\n```\n\n### 2. Create a virtual environment and activate it\n\n```bash\npython -m venv env\nenv\\Scripts\\activate  # On Windows\n```\n\n### 3. Install dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### 4. Apply migrations\n\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n### 5. Create a superuser (optional, for admin access)\n\n```bash\npython manage.py createsuperuser\n```\n\n### 6. Run the server\n\n```bash\npython manage.py runserver\n```\n\nOpen your browser and go to `http://127.0.0.1:8000/` to start using the app!\n\n\n---\n\n## 🤝 Contributing\n\nPull requests are welcome! If you'd like to suggest improvements or new features, feel free to fork the repo and create a PR.\n\n---\n👨‍💻 Author\n\n**Harsh Ramani**  \n[GitHub](https://github.com/harshramani00)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshramani00%2Fstudybuddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshramani00%2Fstudybuddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshramani00%2Fstudybuddy/lists"}