Godemy Course App is a simple web application built with .NET Core MVC, designed to manage online courses. It enables students to browse, enroll in courses, and manage their profiles. Teachers can create and manage courses, while administrators can oversee the entire application.
- Student Functionality: Students can browse available courses, enroll in them, and view their own course history.
- Teacher Functionality: Teachers can create, update, and manage their courses, including course content and schedules.
- Course Management: View detailed course information, including descriptions, schedules, and instructor details.
- MVC Architecture: Utilizes the Model-View-Controller (MVC) pattern for clean and maintainable code.
To set up and run the project locally, follow these steps:
- .NET Core SDK: Version 6.0 or higher.
- SQL Server: Required for database operations. SQL Server Express can be used for local development.





