{"id":19002888,"url":"https://github.com/moaraby/courses-management-system","last_synced_at":"2026-04-11T09:37:15.036Z","repository":{"id":218389524,"uuid":"746240026","full_name":"MoARABY/courses-management-system","owner":"MoARABY","description":"iti summer training final project about courses management system","archived":false,"fork":false,"pushed_at":"2024-03-15T14:36:08.000Z","size":1721,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T18:43:41.688Z","etag":null,"topics":["asp-net-mvc","authentication","authorization","bootstrap5","csharp","css3","dotnet-core","entity-framework","html5","identity","javascript","linq","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MoARABY.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-21T13:46:01.000Z","updated_at":"2024-10-17T15:39:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"152ec257-31fe-4a3e-b514-dfaa664d48e8","html_url":"https://github.com/MoARABY/courses-management-system","commit_stats":null,"previous_names":["moaraby/courses-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoARABY%2Fcourses-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoARABY%2Fcourses-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoARABY%2Fcourses-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoARABY%2Fcourses-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoARABY","download_url":"https://codeload.github.com/MoARABY/courses-management-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240027398,"owners_count":19736209,"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":["asp-net-mvc","authentication","authorization","bootstrap5","csharp","css3","dotnet-core","entity-framework","html5","identity","javascript","linq","sql-server"],"created_at":"2024-11-08T18:17:19.591Z","updated_at":"2026-04-11T09:37:09.996Z","avatar_url":"https://github.com/MoARABY.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eCourses Management App\u003c/h1\u003e\n\u003cp\u003eWelcome to the Courses Management App README! This application is built using ASP.NET MVC, C#, SQL Server, Entity Framework, LINQ, authorization, authentication, and identity. It's developed in .NET 7 with C# 11, featuring various functionalities including login, registration, course management, instructor management, student management, and booking courses. It also includes basic CRUD operations.\u003c/p\u003e\n\n\u003ch2\u003eTable of Contents\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eFeatures\u003c/li\u003e\n  \u003cli\u003eInstallation\u003c/li\u003e\n  \u003cli\u003eUsage\u003c/li\u003e\n  \u003cli\u003eTechnologies Used\u003c/li\u003e\n  \u003cli\u003eContributing\u003c/li\u003e\n  \u003cli\u003eLicense\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\n\u003ch3\u003eUser Authentication:\u003c/h3\u003e Users can register and log in securely.\n\u003ch3Authorization:\u003e\u003c/h3\u003e Role-based access control ensures that only authorized users can access certain features.\n\u003ch3\u003eCourse Management:\u003c/h3\u003e Add, edit, view, and delete courses.\n\u003ch3\u003eInstructor Management:\u003c/h3\u003e Manage instructors, assign courses to instructors.\n\u003ch3\u003eStudent Management:\u003c/h3\u003e Manage students, enroll them in courses.\n\u003ch3\u003eBooking Courses:\u003c/h3\u003e Students can book courses they're interested in.\n\u003ch3\u003eCRUD Operations:\u003c/h3\u003e Basic CRUD operations for managing various entities.\n\n\u003ch2\u003eInstallation\u003c/h2\u003e\nTo run this application locally, follow these steps:....\n- Clone the repository: git clone https://github.com/MoARABY/courses-management-system\n- Open the project in Visual Studio or any preferred IDE.\n- Ensure you have .NET 7 and SQL Server installed on your machine.\n- Update the connection string in appsettings.json to point to your SQL Server instance.\n- Run the Entity Framework migrations to create the database schema: dotnet ef database update\n- Build and run the application.\n\n\u003ch2\u003eUsage\u003c/h2\u003e\nOnce the application is running, you can access it through a web browser. Here's a brief overview of how to use it:\n\nRegister/Login: If you're a new user, register with your details. If you're an existing user, log in with your credentials.\nCourse Management: Navigate to the courses page to add, edit, view, or delete courses.\nInstructor Management: Manage instructors, assign courses to them.\nStudent Management: Manage students, enroll them in courses.\nBooking Courses: Students can book courses they're interested in.\nCRUD Operations: Use CRUD functionalities to manage various entities like courses, instructors, and students.\n\n\u003ch2\u003eTechnologies Used\u003c/h2\u003e\n\u003cul\u003e\n  \u003ch3\u003eBackEnd\u003c/h3\u003e\n  \u003cli\u003e.NET 7\u003c/li\u003e\n  \u003cli\u003eASP.NET MVC\u003c/li\u003e\n  \u003cli\u003eC#\u003c/li\u003e\n  \u003cli\u003eSQL Server\u003c/li\u003e\n  \u003cli\u003eEntity Framework\u003c/li\u003e\n  \u003cli\u003eLINQ\u003c/li\u003e\n  \u003cli\u003eAuthentication \u0026 Authorization\u003c/li\u003e\n  \u003cli\u003eIdentity\u003c/li\u003e\n  \n  \u003ch3\u003eFrontEnd\u003c/h3\u003e\n  \u003cli\u003eBootstrap\u003c/li\u003e\n  \u003cli\u003eHtml5\u003c/li\u003e\n  \u003cli\u003eCss\u003c/li\u003e\n  \u003cli\u003eJavascript\u003c/li\u003e\n  \n\u003c/ul\u003e\n\n\u003ch2\u003eContributing\u003c/h2\u003e\nContributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.\n\n\u003ch2\u003eLicense\u003c/h2\u003e\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoaraby%2Fcourses-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoaraby%2Fcourses-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoaraby%2Fcourses-management-system/lists"}