{"id":23213398,"url":"https://github.com/nagipragalathan/myguruplus","last_synced_at":"2026-02-04T01:41:27.503Z","repository":{"id":215692297,"uuid":"738930208","full_name":"NagiPragalathan/MyGuruPlus","owner":"NagiPragalathan","description":"MyGuruPlus is a comprehensive e-learning platform designed to enhance the educational experience for students and educators. It provides a wide range of features to support virtual learning, including course management, interactive content, and real-time communication tools. ","archived":false,"fork":false,"pushed_at":"2024-06-20T15:23:44.000Z","size":19022,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T21:45:21.040Z","etag":null,"topics":["coursemanagement","edtech","educationinnovation","elearning","interactivelearning","myguruplus","onlineeducation","opensource","pythondjango","techineducation","virtualclassroom"],"latest_commit_sha":null,"homepage":"https://myguruplus.com","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/NagiPragalathan.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}},"created_at":"2024-01-04T11:29:26.000Z","updated_at":"2024-06-20T15:25:09.000Z","dependencies_parsed_at":"2024-06-21T08:24:47.251Z","dependency_job_id":null,"html_url":"https://github.com/NagiPragalathan/MyGuruPlus","commit_stats":null,"previous_names":["nagipragalathan/django_file_manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NagiPragalathan/MyGuruPlus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NagiPragalathan%2FMyGuruPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NagiPragalathan%2FMyGuruPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NagiPragalathan%2FMyGuruPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NagiPragalathan%2FMyGuruPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NagiPragalathan","download_url":"https://codeload.github.com/NagiPragalathan/MyGuruPlus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NagiPragalathan%2FMyGuruPlus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29063974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"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":["coursemanagement","edtech","educationinnovation","elearning","interactivelearning","myguruplus","onlineeducation","opensource","pythondjango","techineducation","virtualclassroom"],"created_at":"2024-12-18T19:17:28.867Z","updated_at":"2026-02-04T01:41:27.485Z","avatar_url":"https://github.com/NagiPragalathan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyGuruPlus\n\nMyGuruPlus is a comprehensive e-learning platform designed to enhance the educational experience for students and educators. It provides a wide range of features to support virtual learning, including course management, interactive content, and real-time communication tools. This platform aims to create a seamless and engaging learning environment for all users.\n\n## Features\n\n- **Course Management**: Create, manage, and organize courses with ease.\n- **Interactive Content**: Develop and share interactive learning materials.\n- **Virtual Classrooms**: Conduct live classes and webinars with integrated video conferencing tools.\n- **Assessments and Quizzes**: Create and manage various types of assessments and quizzes.\n- **Discussion Forums**: Facilitate student discussions and peer interactions.\n- **Progress Tracking**: Monitor student progress and performance through detailed analytics.\n- **Resource Library**: Maintain a repository of learning resources and materials.\n- **Notifications and Alerts**: Keep students and educators informed with timely notifications and alerts.\n\n## Technologies Used\n\n- **Backend**: Python, Django\n- **Frontend**: HTML, CSS, JavaScript, React\n- **Database**: PostgreSQL\n- **Real-Time Communication**: WebSockets for real-time data transmission\n- **APIs**: Integration with third-party APIs for enhanced functionality\n\n## Installation and Setup\n\n### Prerequisites\n\n- Python 3.x\n- Node.js\n- npm (Node Package Manager) or yarn\n- PostgreSQL\n\n### Steps\n\n1. **Clone the Repository**\n    \n    bash\n    \n    Copy code\n    \n    `git clone https://github.com/NagiPragalathan/MyGuruPlus.git\n    cd MyGuruPlus` \n    \n2. **Backend Setup**\n    \n    - Install Python dependencies:\n        \n        bash\n        \n        Copy code\n        \n        `pip install -r requirements.txt` \n        \n    - Configure PostgreSQL database in `settings.py`.\n    - Run migrations:\n        \n        bash\n        \n        Copy code\n        \n        `python manage.py migrate` \n        \n    - Start the Django development server:\n        \n        bash\n        \n        Copy code\n        \n        `python manage.py runserver` \n        \n3. **Frontend Setup**\n    \n    - Navigate to the frontend directory:\n        \n        bash\n        \n        Copy code\n        \n        `cd frontend` \n        \n    - Install Node.js dependencies:\n        \n        bash\n        \n        Copy code\n        \n        `npm install` \n        \n    - Start the React development server:\n        \n        bash\n        \n        Copy code\n        \n        `npm start` \n        \n4. **Access the Platform**\n    \n    Open your browser and navigate to `http://localhost:3000` for the frontend and `http://localhost:8000` for the backend.\n    \n\n## Project Structure\n\njava\n\nCopy code\n\n```MyGuruPlus/\n├── backend/\n│   ├── myguruplus/\n│   │   ├── __init__.py\n│   │   ├── settings.py\n│   │   ├── urls.py\n│   │   ├── wsgi.py\n│   │   └── asgi.py\n│   ├── courses/\n│   ├── users/\n│   ├── assessments/\n│   ├── discussions/\n│   └── manage.py\n├── frontend/\n│   ├── public/\n│   ├── src/\n│   │   ├── components/\n│   │   ├── pages/\n│   │   ├── services/\n│   │   ├── App.js\n│   │   ├── index.js\n│   │   └── styles/\n├── README.md\n├── requirements.txt\n└── package.json\n``` \n\n## Usage\n\n- **Dashboard**: Access a comprehensive dashboard to manage courses, view analytics, and monitor student progress.\n- **Virtual Classroom**: Conduct live classes and webinars with real-time interaction tools.\n- **Assessments**: Create and administer quizzes, tests, and assignments.\n- **Discussion Forums**: Facilitate student discussions and collaborative learning.\n- **Resource Library**: Upload and share educational resources and materials.\n\n## Contribution\n\nContributions to the MyGuruPlus project are welcome! If you would like to contribute, please fork the repository and submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://chatgpt.com/c/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagipragalathan%2Fmyguruplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnagipragalathan%2Fmyguruplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagipragalathan%2Fmyguruplus/lists"}