MusicPlayerWeb

Simple ASP.NET project to list music files in a directory and play them in a web browser

__I have MacOs hence cannot design a Winform or run the C# application on machine; had to run it on browser.

Running the project

  1. Download .NET Core SDK
  2. Create a ASP.NET Core MVC project using command
  3. dotnet new mvc -n MusicPlayerWeb
  4. cd MusicPlayerWeb
  5. Run command
  6. dotnet watch run