{"id":17831775,"url":"https://github.com/pankubhaiya/lms","last_synced_at":"2026-01-30T20:32:33.876Z","repository":{"id":226892125,"uuid":"769899666","full_name":"pankubhaiya/Lms","owner":"pankubhaiya","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-10T11:44:01.000Z","size":297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T04:37:50.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pankubhaiya.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}},"created_at":"2024-03-10T11:37:34.000Z","updated_at":"2024-03-10T11:44:05.000Z","dependencies_parsed_at":"2024-03-10T12:46:18.370Z","dependency_job_id":"9a6f902d-60cf-49cd-af48-c934460c7cad","html_url":"https://github.com/pankubhaiya/Lms","commit_stats":null,"previous_names":["pankubhaiya/lms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pankubhaiya/Lms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankubhaiya%2FLms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankubhaiya%2FLms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankubhaiya%2FLms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankubhaiya%2FLms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pankubhaiya","download_url":"https://codeload.github.com/pankubhaiya/Lms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankubhaiya%2FLms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28918451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2024-10-27T19:48:11.977Z","updated_at":"2026-01-30T20:32:33.858Z","avatar_url":"https://github.com/pankubhaiya.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n---\n\n# Edusphere - Learning Management System\n\n![Edusphere Logo](link-to-your-logo.png) \u003c!-- If you have a logo, include it here --\u003e\n\nEdusphere is a robust Learning Management System built with Django and Angular, designed to streamline the education process. It provides a user-friendly platform for students and instructors to access courses, assignments, announcements, and more.\n\n## Features\n\n- **User Authentication**: Secure login and signup for students and instructors.\n- **Personalized Dashboards**: Customized dashboards for students and instructors.\n- **Course Management**: Access to course materials, assignments, and announcements.\n- **Assignment Submission**: Easy submission of assignments with tracking.\n- **User Roles**: Distinct functionalities for students and instructors.\n- **Department Management**: Organize courses and students by departments.\n\n## Backend (Django)\n\nThe backend of Edusphere is powered by Django and manages core entities and API endpoints. It includes entities such as students, instructors, courses, departments, assignments, submissions, and announcements.\n\n### API Endpoints\n\n- Students API: `/api/students/`\n- Instructors API: `/api/instructors/`\n\n## Frontend (Angular)\n\nThe front end of Edusphere is built with Angular and offers an intuitive user interface for students and instructors to interact with the system. It includes login and signup functionality, as well as personalized dashboards for each user type.\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/EduSphere-LMS.git\n   cd EduSphere-LMS\n   ```\n\n2. Backend Setup (Django):\n   - Create a Python virtual environment and activate it.\n   - Install backend dependencies using pip.\n   - Configure the database and environment variables.\n   - Run the Django development server.\n\n   ```bash\n   cd Backend\n   python -m venv venv\n   source venv/bin/activate\n   pip install -r requirements.txt\n   python manage.py migrate\n   python manage.py runserver\n   ```\n\n3. Frontend Setup (Angular):\n   - Install frontend dependencies using npm.\n   - Start the Angular development server.\n\n   ```bash\n   cd Frontend/edusphere_project\n   npm install\n   ng serve\n   ```\n\n4. Access Edusphere in your web browser: [http://localhost:4200](http://localhost:4200)\n\n## Usage\n\n1. **Signup**: Create an account as a student or instructor.\n2. **Login**: Sign in with your credentials.\n3. **Dashboard**: Explore your personalized dashboard.\n4. **Courses**: Access and enroll in courses.\n5. **Assignments**: View and submit assignments.\n6. **Announcements**: Stay updated with course announcements.\n7. **Department Management**: Administer courses and students by departments.\n\n## Screenshots\n\n\u003c!-- Include screenshots of your application here to provide visual context. --\u003e\n\n## Contributing\n\nWe welcome contributions! Please follow our [Contribution Guidelines](CONTRIBUTING.md) to get started.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Acknowledgments\n\n- Special thanks to all our contributors.\n- Inspired by the need for a modern Learning Management System.\n\n## Contact\n\nHave questions or suggestions? Feel free to contact us at [contact@edusphere.com](mailto:contact@edusphere.com).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankubhaiya%2Flms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpankubhaiya%2Flms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankubhaiya%2Flms/lists"}