{"id":26353272,"url":"https://github.com/abdelrahim3aa/learning-management-systems-lms_gp","last_synced_at":"2026-02-25T23:02:47.853Z","repository":{"id":282200456,"uuid":"947800680","full_name":"abdelrahim3aa/Learning-Management-Systems-LMS_GP","owner":"abdelrahim3aa","description":"The Learning Management System [LMS] is a Laravel-based platform for managing students, teachers, courses, assignments, and exams. It streamlines communication, automates tasks, and enhances collaboration between students, teachers, and parents.","archived":false,"fork":false,"pushed_at":"2025-05-08T15:28:25.000Z","size":171,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T01:39:43.495Z","etag":null,"topics":["angular","blade-template","js","laravel","mvc","mysql","php","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/abdelrahim3aa.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-03-13T09:16:42.000Z","updated_at":"2025-08-05T09:02:25.000Z","dependencies_parsed_at":"2025-06-18T03:15:33.701Z","dependency_job_id":null,"html_url":"https://github.com/abdelrahim3aa/Learning-Management-Systems-LMS_GP","commit_stats":null,"previous_names":["abdelrahim3aa/learning-management-systems-lms_gp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdelrahim3aa/Learning-Management-Systems-LMS_GP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahim3aa%2FLearning-Management-Systems-LMS_GP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahim3aa%2FLearning-Management-Systems-LMS_GP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahim3aa%2FLearning-Management-Systems-LMS_GP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahim3aa%2FLearning-Management-Systems-LMS_GP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdelrahim3aa","download_url":"https://codeload.github.com/abdelrahim3aa/Learning-Management-Systems-LMS_GP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahim3aa%2FLearning-Management-Systems-LMS_GP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29844845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"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":["angular","blade-template","js","laravel","mvc","mysql","php","tailwindcss"],"created_at":"2025-03-16T11:17:40.408Z","updated_at":"2026-02-25T23:02:47.816Z","avatar_url":"https://github.com/abdelrahim3aa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 Learning Management System (LMS)\n\n## 📖 Overview  \nThe **Learning Management System (LMS)** is a web-based platform designed to manage various academic and administrative tasks in educational institutions. It simplifies student management, teacher assignments, exam tracking, communication, and extracurricular activities.\n\n## 🚀 Features  \n\n### 🔹 User Management  \n- Roles: Students, Teachers, Parents, and Administrators  \n- Secure authentication \u0026 role-based access  \n- User profile management  \n\n### 🔹 Academic Management  \n- Course \u0026 Lesson organization  \n- Assignments \u0026 student submissions  \n- Exam scheduling \u0026 result tracking  \n\n### 🔹 Communication \u0026 Notifications  \n- AI Chat Logs for student support  \n- Parent-Teacher Conversations for direct communication  \n- Real-time Notifications for assignments, exams, and announcements  \n\n### 🔹 Student Engagement  \n- School Clubs \u0026 Memberships  \n- Club Chat System for student interactions  \n\n### 🔹 Grading \u0026 Reviews  \n- Teacher Assignment Reviews with feedback  \n- Exam Results tracking with performance analysis  \n\n### 🔹 Complaints \u0026 Suggestions System  \n- Complaint submission \u0026 status tracking  \n\n---\n\n## 🛠️ Technologies Used  \n- **Backend:** Laravel (PHP Framework)  \n- **Frontend:** Blade Templates, HTML, CSS, JavaScript  \n- **Database:** MySQL with Eloquent ORM  \n- **Authentication:** Laravel Auth System  \n- **UI/UX:** Responsive and mobile-friendly design  \n\n---\n\n## ⚡ Installation Guide  \n\n1️⃣ Clone the repository:  \n```bash\ngit clone https://github.com/abdelrahim3aa/Learning-Management-Systems-LMS_GP.git\n```\n\n2️⃣ Navigate to the project directory:\n```bash\ncd Learning-Management-Systems-LMS_GP\n```\n\n3️⃣ Install dependencies:\n```bash\ncomposer install\nnpm install\n```\n\n4️⃣ Create a .env file and configure your database settings: \n```bash\ncp .env.example .env\n```\n\n5️⃣ Generate application key:  \n```bash\nphp artisan key:generate\n```\n\n\n6️⃣ Run migrations: \n```bash\nphp artisan migrate\n```\n\n7️⃣ Start the server:\n```bash\nphp artisan serve\n\n```\n🔗 Open the application in your browser at:\nhttp://127.0.0.1:8000\n\n## 📜 License  \nThis project is licensed under the **MIT License**.\n\n---\n\n## 🤝 Contributing  \nContributions are welcome! Feel free to submit issues or pull requests.\n\n---\n\n## 📩 Contact  \nFor any inquiries, contact:  \n📧 **Email:** abdelrahimabuelmaaref@gmail.com  \n🔗 **GitHub:** [abdelrahim3aa](https://github.com/abdelrahim3aa)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelrahim3aa%2Flearning-management-systems-lms_gp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdelrahim3aa%2Flearning-management-systems-lms_gp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelrahim3aa%2Flearning-management-systems-lms_gp/lists"}