Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 749 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 749 Bytes

MVCMusicStore

MVCMusicStore is an ASP.NET MVC application that allows users to browse, search, and purchase music albums. The application demonstrates the use of ASP.NET MVC, Entity Framework, and ASP.NET Identity for user authentication and authorization.

Features

User registration and login Browse music albums by genre and artist Search for albums View album details Add albums to the shopping cart Place orders User account management

Technologies Used

ASP.NET MVC

Entity Framework

ASP.NET Identity

SQL Server

Bootstrap

Getting Started

Prerequisites

Visual Studio 2019 or later

SQL Server

Project Structure

Controllers: Handle the application logic.

Models: Define the data structures.

Views: Contain the HTML templates