An online bookstore built with ASP.NET Core MVC that allows users to browse books, view details, search, register/login, and manage a shopping cart.
- Display all books on the homepage
- Search functionality to filter books by title
- Product detail page with category mapping
- Add-to-cart system for authenticated users
- Cart overview with item quantity and pricing
- User registration and authentication with cookie-based login
- Logout mechanism to securely end the session
- ASP.NET Core MVC
- Entity Framework Core (Code First)
- SQL Server (LocalDB)
- Cookie Authentication
- Bootstrap 5 (for UI styling)