/MusicOrganizer.Solution

C# Basic Web Applications | Practice Project

Primary LanguageC#

Remember CD Towers?

A Music Organizer Solution

By Melissa Schatz-Miller

      "It looks as if you're reorganizing your records."
      "Yeah...."
      "What is this? Um, chronological?"
      "No."
      "Not alphabetical."
      "Nope."
      "What?"
      "Autobiographical."
      "No *@#$ing way."

Technologies Used

  • C#
  • .NET 5
  • MSTest
  • NuGet
  • ASP.NET Core

Description

Input & organize your music.

Instructions

Technology Requirements

Setup/Installation

  • Restore and build the project:
    • Navigate to the MusicOrganizer.Solution/MusicOrganizer folder in the command line or terminal -- Run the command dotnet restore to restore the project dependencies -- Run the command dotnet build to build and compile the project
    • Navigate to the MusicOrganizer.Solution/MusicOrganizer.Tests folder in the command line or terminal -- Run the command dotnet restore to restore the test project dependencies -- Run the command dotnet build to build and compile the test project
  • Testing:
    • You must restore and build the project first, as outlined previously in these instructions.
    • In the terminal (navigated to the MusicOrganizer.Solution/MusicOrganizer.Tests folder) run the command dotnet test
  • Run Console App:
    • Navigate to the MusicOrganizer.Solution/MusicOrganizer folder in the terminal
    • Run the command dotnet run
    • The application will run in the console

Known Bugs

  • None yet

License

GPL Copyright (c) 2021, Melissa Schatz-Miller

Contact Information

Melissa Schatz-Miller melissa.scmi@gmail.com
Please feel free to reach out to me with suggested changes/improvements, or if you have any questions.