kharkovdenys / api_webmusicplayer

Minimal API for music site

Home Page:https://databaseandapi.azurewebsites.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Minimal API for music site

https://databaseandapi.azurewebsites.net

License:MIT License


Languages

Language:C# 100.0%