/CS-Music-Library-MVC

C# .NET MVC application for a Music library using Artist objects containing Album objects.

Primary LanguageC#

Artist Album Tracker Project

Music library project using C#, .NET and MVC, November 30, 2018

By Kenny Wolfenberger and Daniel Lira

Description

A C# application that allows users to add new artists and albums using objects within objects.

Setup/Installation Requirements

  • Clone this repository
  • Download .NET Core 2.1.3 SDK and .NET Core Runtime 2.0.9 and install them.
  • Change into the work directory:: $ cd Music.Solutions
  • To edit the project, open the project in your preferred text editor.
  • To run the program, first navigate to the location of the Music file then run dotnet restore, dotnet build, and dotnet run.
  • When program is running open a web browser and go to localhost:5000 to view program.
  • To run the tests navigate to the Music.Tests folder and use these commands: $ dotnet restore and dotnet test.

Support and contact details

Technologies Used

  • C#
  • .NET
  • MSTests
  • MVC
  • Razor
  • Mono

License

This software is licensed under the MIT license.

Copyright (c) 2018 Kenny Wolfenberger and Daniel Lira