A web-based course registration system built with ASP.NET Core MVC. Users can create accounts, log in, and manage course registrations through a clean, modern, and responsive interface.
- User registration and authentication with ASP.NET Core Identity
- Course registration and management
- Modern, responsive UI built with customized Bootstrap
- Server-side rendering with Razor Views
- Framework: ASP.NET Core MVC (.NET 8)
- Language: C#
- Authentication: ASP.NET Core Identity
- Data Access: Entity Framework Core
- Frontend: Razor Views, Bootstrap, custom CSS
git clone https://github.com/efekayaa0/CourseRegistrationSystem.git
cd CourseRegistrationSystem/CourseRegistrationSystem
dotnet runThen open http://localhost:5000 in your browser.
This project was developed as part of my software engineering portfolio.