Initial commit

This commit is contained in:
Holden
2026-06-17 22:27:12 -05:00
commit c7b8857208
35 changed files with 565 additions and 0 deletions

6
API/API.http Normal file
View File

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