Skip to content

ipso-oop/Web-App-Chinnook-Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chinook Web App

Overview

The Chinook Web App is a web application project that provides a simple interface for managing a music store database. The project includes various models such as Album, Artist, Customer, Employee, Genre, Invoice, InvoiceLine, MediaType, Playlist, and Track. The application allows users to perform CRUD (Create, Read, Update, Delete) operations on these models.

Purpose

The purpose of this project is to demonstrate the use of ASP.NET MVC framework and Entity Framework for building a web application. It serves as a learning tool for developers who want to understand how to create a web application with a database backend using these technologies.

Key Features

  • CRUD operations for managing music store data
  • Entity Framework for data access
  • ASP.NET MVC framework for building the web application
  • Views for displaying data
  • Controllers for handling web requests
  • Demo for CSRF

Setup and Run

To set up and run the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ipso-oop/Web-App-Chinnook-Simple.git
  2. Open the solution file Chinook-Web-App.sln in Visual Studio.

  3. Build the solution to restore the NuGet packages and compile the project.

  4. Update the connection string in the Web.config file to point to your database.

  5. Run the application by pressing F5 or selecting Debug > Start Debugging in Visual Studio.

Technologies Used

  • ASP.NET MVC
  • Entity Framework
  • SQL Server
  • Bootstrap (for styling)
  • jQuery (for client-side scripting)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors