{"id":17613769,"url":"https://github.com/rahmasamy/lms","last_synced_at":"2026-02-25T05:03:08.116Z","repository":{"id":258416073,"uuid":"859275003","full_name":"Rahmasamy/LMS","owner":"Rahmasamy","description":"This LMS (Learning Management System) website is a comprehensive platform for both instructors and students. It facilitates course enrollment, course payment, and filtering by categories, and offers personalized dashboards for instructors and students.","archived":false,"fork":false,"pushed_at":"2024-10-18T19:51:26.000Z","size":5574,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T10:21:16.347Z","etag":null,"topics":["angular","angular-cli","bootstrap5","laravel-framework","mysql-database","payment-integration","rjxs","sql","template"],"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/Rahmasamy.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-09-18T11:45:38.000Z","updated_at":"2024-10-18T19:53:52.000Z","dependencies_parsed_at":"2024-10-19T04:02:37.697Z","dependency_job_id":null,"html_url":"https://github.com/Rahmasamy/LMS","commit_stats":null,"previous_names":["rahmasamy/lms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahmasamy%2FLMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahmasamy%2FLMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahmasamy%2FLMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahmasamy%2FLMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rahmasamy","download_url":"https://codeload.github.com/Rahmasamy/LMS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248591966,"owners_count":21130155,"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","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":["angular","angular-cli","bootstrap5","laravel-framework","mysql-database","payment-integration","rjxs","sql","template"],"created_at":"2024-10-22T18:13:58.189Z","updated_at":"2025-10-24T18:10:32.684Z","avatar_url":"https://github.com/Rahmasamy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":" # **📚 LMS Website**\n  - Frontend: Angular\n  - Backend: Laravel\n\n# **🎯 Project Overview**\n   - This LMS (Learning Management System) website is a comprehensive platform for both instructors and students. It facilitates course enrollment, course payment, and filtering by categories, and offers personalized dashboards for instructors and students.\n\u003cdiv style=\"width:100%; height:600px; display:flex; justifiy-content:center;align-items:center;\"\u003e\n \u003cimg src=\"https://knowmax-ai-website.s3.amazonaws.com/wp-content/uploads/2023/04/11100404/LMS-Infinity-Gif.gif\" width=\"600\" height=\"600\" style=\"object-fit:cover;\"\u003e\n\u003c/div\u003e\n\n\n#  **🏗️ Tech Stack**\n  - Frontend: Angular\n  - Backend: Laravel (API-base)\n# **✨ Features**\n# **🌟 General User Features**\n   - Course Enrollment: Students can browse and enroll in available courses.\n   - Course Payment: Secure payment process for course access.\n   - Categories \u0026 Filtering: Easily filter courses based on different categories.\n# **🧑‍🏫 Instructor Dashboard**\n  - Instructor Information: Displays all relevant information about the instructor.\n  - Course Enrollment: Overview of enrolled students.\n  - Recent Courses: Quick access to recently added courses.\n  - Profile Information: Manage and update personal profile data.\n  - Reviews \u0026 Feedback: View reviews given by students.\n  - Quizzes Management: Add and manage quizzes for courses.\n# **Add Content:**\n   - Courses: Create new courses.\n   - Lessons: Add lessons to courses.\n   - Questions: Set up questions for quizzes.\n   - Quizzes: Create and customize quizzes.\n# **🧑‍🎓 Student Dashboard**\n   - Personalized Course List: View all enrolled courses.\n   - Progress Tracking: Monitor progress in each course.\n   - Payment History: Track completed payments.\n   - Profile Information: Manage and update personal profile data.\n# **Course Reviews: Give feedback on completed courses.**\n# 📂 Project Structure\n   - Angular (Frontend)\n    Components, Services, and Routing are organized by feature modules for scalability.  \n   - Category Management:\n       Filters and displays courses based on selected categories.\n  - Dynamic Forms:\n  - Multi-step forms for various input processes (e.g., course creation, enrollment).\n    \n# **Laravel (Backend)**\nRESTful APIs for User Authentication, Course Management, Payment Processing, and Quizzes.\nControllers for managing Courses, Categories, Assignments, Quizzes, Lessons, Sections, and Reviews.\nSecure backend handling for all business logic and data processing.\n# **🚀 How to Run**\n# **Prerequisites**\n  - Node.js\n  - Angular CLI\n  - PHP\n  - Composer\n  - MySQL\n  - Frontend (Angular)\n# **Install dependencies:**\n`\nnpm install `\n# **Run the development server:**\n\n`ng serve`\nNavigate to `http://localhost:4200 in your browser.`\n# **Backend (Laravel)**\n# **Install dependencies:**\n\n - `composer install`\nSet up .env file and configure your database and mail settings.\n# **Run the migration and seeder:**\n\n - `php artisan migrate --seed`\n# **Start the Laravel server:**\n  - `php artisan serve`\n**The backend will be accessible at http://localhost:8000.**\n# **🛠️ Built With**:\n  - Angular: For the user interface\n  - Laravel: For API and backend logic\n**MySQL:** Database for storing user, course, and enrollment data\n# **📧 Contact**\n**For any inquiries or support, please reach out to the project team.**\n\n**Feel free to adjust any part of the README based on additional features or details!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahmasamy%2Flms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahmasamy%2Flms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahmasamy%2Flms/lists"}