Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 696 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 696 Bytes

Api Web Music Player

Minimal API for music site

Requirements

  • ASP.NET Core
  • Git
  • Visual Studio 2022

Common setup

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

Steps for read-only access

Select Start Debugging on the Debug start view or press F5

Open https://localhost:7030 and take a look around

Unit Tests

Start project and run this command

dotnet test