Minimal API for music site
- ASP.NET Core
- Git
- Visual Studio 2022
Clone the repo
git clone https://github.com/kharkovdenys/api_webmusicplayer.git
cd api_webmusicplayer
Create and connect to Azure SQL Database using local secrets ("ConnectionStrings:connect")
Creating tables using a query
Select Start Debugging on the Debug start view or press F5
Open https://localhost:7030 and take a look around
Start project and run this command
dotnet test