{"id":31824379,"url":"https://github.com/codeandwander/online-learning-platform-60","last_synced_at":"2025-10-11T15:23:12.280Z","repository":{"id":310412014,"uuid":"1039745465","full_name":"codeandwander/online-learning-platform-60","owner":"codeandwander","description":"Autonomous build: Project based on brief: Online Learning Platform","archived":false,"fork":false,"pushed_at":"2025-08-17T22:33:03.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T00:19:53.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/codeandwander.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-08-17T22:32:00.000Z","updated_at":"2025-08-17T22:33:06.000Z","dependencies_parsed_at":"2025-08-18T00:19:55.662Z","dependency_job_id":"920fbe9f-4611-40d6-86cc-d0c5b98e5245","html_url":"https://github.com/codeandwander/online-learning-platform-60","commit_stats":null,"previous_names":["codeandwander/online-learning-platform-60"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codeandwander/online-learning-platform-60","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeandwander%2Fonline-learning-platform-60","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeandwander%2Fonline-learning-platform-60/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeandwander%2Fonline-learning-platform-60/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeandwander%2Fonline-learning-platform-60/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeandwander","download_url":"https://codeload.github.com/codeandwander/online-learning-platform-60/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeandwander%2Fonline-learning-platform-60/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007596,"owners_count":26084333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-11T15:23:09.795Z","updated_at":"2025-10-11T15:23:12.274Z","avatar_url":"https://github.com/codeandwander.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Learning Platform\n\n## Project Overview\nThe Online Learning Platform is a web-based application that allows users to access a variety of educational video courses. Students can browse the course catalog, watch video lessons, and track their progress as they complete the courses.\n\n## Core Features\n- **Course Catalog**: Users can browse a catalog of available courses, with each course displayed with a thumbnail image.\n- **Course Detail Pages**: Each course has a dedicated detail page that displays the video lessons, lesson duration, and total course duration.\n- **Progress Tracking**: Users can track their progress as they complete the lessons within a course.\n- **Search and Filtering**: Users can search and filter courses by category (Programming, Design, Business).\n- **Student Dashboard**: Users can view a dashboard of the courses they are currently enrolled in.\n- **Certificate of Completion**: Users receive a certificate upon completion of a course.\n\n## Course Information\n- Each course consists of multiple video lessons that must be played in sequence.\n- Lesson duration and total course duration are displayed.\n- Courses are categorized as either \"Free\" or \"Premium\" (no payment functionality yet).\n\n## Design Preferences\n- The application has a modern, clean, and educational look and feel.\n- The user interface is easy to navigate.\n- The application is mobile-friendly, allowing users to learn on the go.\n- A dark mode option is available for video watching.\n- Progress bars are used to visualize the user's progress within a course.\n\n## Getting Started\nTo get started with the Online Learning Platform, please follow these steps:\n\n1. Clone the repository: `git clone https://github.com/your-username/online-learning-platform.git`\n2. Install the required dependencies: `npm install`\n3. Start the development server: `npm start`\n4. Open the application in your web browser: `http://localhost:3000`\n\n## API Documentation\nThe Online Learning Platform exposes the following API endpoints:\n\n### Courses\n- `GET /api/courses`: Retrieve a list of all available courses.\n- `GET /api/courses/:id`: Retrieve the details of a specific course.\n\n### Lessons\n- `GET /api/courses/:courseId/lessons`: Retrieve the list of lessons for a specific course.\n- `GET /api/courses/:courseId/lessons/:lessonId`: Retrieve the details of a specific lesson.\n\n### Progress\n- `GET /api/users/:userId/progress`: Retrieve the user's progress for all enrolled courses.\n- `POST /api/users/:userId/progress`: Update the user's progress for a specific course.\n\nFor more detailed information, please refer to the [API Documentation](./docs/api-documentation.md).\n\n## User Guides\nThe following user guides are available:\n\n- [Student Guide](./docs/student-guide.md): Detailed instructions for students on how to use the Online Learning Platform.\n- [Instructor Guide](./docs/instructor-guide.md): Detailed instructions for instructors on how to manage courses and lessons.\n\n## Contributing\nWe welcome contributions to the Online Learning Platform project. If you would like to contribute, please follow the guidelines outlined in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.\n\n## License\nThe Online Learning Platform is licensed under the [MIT License](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeandwander%2Fonline-learning-platform-60","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeandwander%2Fonline-learning-platform-60","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeandwander%2Fonline-learning-platform-60/lists"}