Build backend skeleton

This commit is contained in:
KS Jannette
2026-05-21 03:26:14 -04:00
parent fd0b75ad98
commit 588b3fa026
9 changed files with 352 additions and 0 deletions

6
backend/backend.http Normal file
View File

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