feat(backend): scaffold ASP.NET Core Web API + xunit test project

This commit is contained in:
meelstorm
2026-07-17 17:35:40 +00:00
committed by EugeneTes
parent caf0376323
commit b17a845ff7
7 changed files with 126 additions and 0 deletions

6
Backend/Backend.http Normal file
View File

@@ -0,0 +1,6 @@
@Backend_HostAddress = http://localhost:5281
GET {{Backend_HostAddress}}/weatherforecast/
Accept: application/json
###