{"id":30032576,"url":"https://github.com/ajaykumar095/studyhive_lms_project","last_synced_at":"2026-01-20T16:28:37.186Z","repository":{"id":307247874,"uuid":"898945791","full_name":"AjayKumar095/StudyHive_LMS_Project","owner":"AjayKumar095","description":"Welcome to StudyHive, my latest project—a comprehensive Learning Management System (LMS) built with Python. StudyHive is designed to revolutionize the way we manage and engage with educational content.","archived":false,"fork":false,"pushed_at":"2025-07-30T06:58:39.000Z","size":128618,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T14:27:08.174Z","etag":null,"topics":["bootstrap5","css","django","html","python","vscode"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AjayKumar095.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-05T10:35:29.000Z","updated_at":"2025-07-30T06:58:43.000Z","dependencies_parsed_at":"2025-07-30T08:57:27.585Z","dependency_job_id":null,"html_url":"https://github.com/AjayKumar095/StudyHive_LMS_Project","commit_stats":null,"previous_names":["ajaykumar095/studyhive_lms_project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AjayKumar095/StudyHive_LMS_Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjayKumar095%2FStudyHive_LMS_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjayKumar095%2FStudyHive_LMS_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjayKumar095%2FStudyHive_LMS_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjayKumar095%2FStudyHive_LMS_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AjayKumar095","download_url":"https://codeload.github.com/AjayKumar095/StudyHive_LMS_Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjayKumar095%2FStudyHive_LMS_Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"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":["bootstrap5","css","django","html","python","vscode"],"created_at":"2025-08-06T21:43:53.861Z","updated_at":"2026-01-20T16:28:37.171Z","avatar_url":"https://github.com/AjayKumar095.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StudyHive - Learning Management System (LMS)\n\n**StudyHive** is a web-based Learning Management System (LMS) built with Django that allows users to access courses, track their learning progress, and manage queries related to the courses. This platform is designed for both students and instructors, offering a seamless environment for online learning and course management.\n\n## Project Description\n\nStudyHive aims to provide a user-friendly platform for online learning. Admins can add and manage courses, while students can enroll in courses, view their progress, and ask queries related to the course material. The platform also includes features like quiz management, course resources, and user authentication.\n\n## Features\n\n- User authentication for students and instructors\n- Admin panel for managing courses, queries, and users\n- Students can enroll in and access courses\n- Course details with videos, quizzes, and assignments\n- Query submission by students for course-related issues\n- Responsive front-end for a smooth learning experience\n\n## Tools \u0026 Technologies Used\n\n- **Backend**: Django (Python Web Framework)\n- **Frontend**: HTML, CSS, JavaScript (Bootstrap for responsive design)\n- **Database**: SQLite (default) or PostgreSQL (recommended for production)\n- **Authentication**: Django Authentication System\n- **Version Control**: Git\n- **Storage**: Media files (for images, videos, etc.)\n\n## Requirements\n\nBefore setting up the project, ensure you have the following installed:\n\n- Python 3.11.7\n- pip (Python Package Installer)\n- Git\n- Django (latest stable version)\n- Vs-Code or any other IDE \n\n## Installation Guide\n\nFollow these steps to set up **StudyHive** on your local machine.\n\n### 1. Clone the repository:\n\nClone the project to your local machine using Git:\n\ngit https://github.com/AjayKumar095/StudyHive_LMS_Project.git\ncd studyhive\n\n###  2. Create a virtual environment (optional but recommended):\n    python3 -m venv venv\n    source venv/bin/activate  # On Windows, use venv\\Scripts\\activate\n\n###  3. Install dependencies:\n    pip install -r requirements.txt\n\n###  4. Run the Django app:\n    python manage.py runserver\n\n    The app will be accessible at http://127.0.0.1:8000/\n---\n\nLinks \u0026 Resources:\n\n- LinkedIn: [My LinkedIn Profile](https://www.linkedin.com/in/ajay-kumar-4b1b7329a/)\n\n---\n\nImages:\n\nHere are some screenshots from the project:\n\n![Index page](static/Assets/projectimage1.png)\n\n![Courses section](static/Assets/projectimage2.png)\n\n![Course information page](static/Assets/projectimage3.png)\n\n![My courses section](static/Assets/projectimage4.png)\n\n![User login page](static/Assets/projectimage5.png)\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaykumar095%2Fstudyhive_lms_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajaykumar095%2Fstudyhive_lms_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaykumar095%2Fstudyhive_lms_project/lists"}