diff --git a/barkman.sln b/barkman.sln
deleted file mode 100644
index 633caa4..0000000
--- a/barkman.sln
+++ /dev/null
@@ -1,16 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "barkmanAPI", "barkmanAPI\barkmanAPI.csproj", "{625B24F1-FA8F-45F6-B3C8-22C538112B65}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {625B24F1-FA8F-45F6-B3C8-22C538112B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {625B24F1-FA8F-45F6-B3C8-22C538112B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {625B24F1-FA8F-45F6-B3C8-22C538112B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {625B24F1-FA8F-45F6-B3C8-22C538112B65}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
-EndGlobal
diff --git a/barkmanAPI/Migrations/20250109005806_InitialCreate.Designer.cs b/barkmanAPI/Migrations/20250109192017_InitialCreate.Designer.cs
similarity index 95%
rename from barkmanAPI/Migrations/20250109005806_InitialCreate.Designer.cs
rename to barkmanAPI/Migrations/20250109192017_InitialCreate.Designer.cs
index b0e6fd2..8317692 100644
--- a/barkmanAPI/Migrations/20250109005806_InitialCreate.Designer.cs
+++ b/barkmanAPI/Migrations/20250109192017_InitialCreate.Designer.cs
@@ -6,10 +6,10 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
-namespace barkman.Migrations
+namespace barkmanapi.Migrations
{
[DbContext(typeof(BarkContext))]
- [Migration("20250109005806_InitialCreate")]
+ [Migration("20250109192017_InitialCreate")]
partial class InitialCreate
{
///
diff --git a/barkmanAPI/Migrations/20250109005806_InitialCreate.cs b/barkmanAPI/Migrations/20250109192017_InitialCreate.cs
similarity index 97%
rename from barkmanAPI/Migrations/20250109005806_InitialCreate.cs
rename to barkmanAPI/Migrations/20250109192017_InitialCreate.cs
index e795521..eac0eca 100644
--- a/barkmanAPI/Migrations/20250109005806_InitialCreate.cs
+++ b/barkmanAPI/Migrations/20250109192017_InitialCreate.cs
@@ -2,7 +2,7 @@
#nullable disable
-namespace barkman.Migrations
+namespace barkmanapi.Migrations
{
///
public partial class InitialCreate : Migration
diff --git a/barkmanAPI/Migrations/BarkContextModelSnapshot.cs b/barkmanAPI/Migrations/BarkContextModelSnapshot.cs
index f2f9ae3..cdf858a 100644
--- a/barkmanAPI/Migrations/BarkContextModelSnapshot.cs
+++ b/barkmanAPI/Migrations/BarkContextModelSnapshot.cs
@@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
-namespace barkman.Migrations
+namespace barkmanapi.Migrations
{
[DbContext(typeof(BarkContext))]
partial class BarkContextModelSnapshot : ModelSnapshot
diff --git a/barkmanAPI/Properties/launchSettings.json b/barkmanAPI/Properties/launchSettings.json
index f2d052a..bc53665 100644
--- a/barkmanAPI/Properties/launchSettings.json
+++ b/barkmanAPI/Properties/launchSettings.json
@@ -5,7 +5,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
- "applicationUrl": "http://localhost:5211",
+ "applicationUrl": "http://localhost:5145",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -14,7 +14,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
- "applicationUrl": "https://localhost:7157;http://localhost:5211",
+ "applicationUrl": "https://localhost:7230;http://localhost:5145",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
diff --git a/barkmanAPI/barkman.http b/barkmanAPI/barkman.http
deleted file mode 100644
index cf1c801..0000000
--- a/barkmanAPI/barkman.http
+++ /dev/null
@@ -1,6 +0,0 @@
-@barkman_HostAddress = http://localhost:5211
-
-GET {{barkman_HostAddress}}/weatherforecast/
-Accept: application/json
-
-###
diff --git a/barkmanAPI/barkmanAPI.csproj b/barkmanAPI/barkmanAPI.csproj
index 291eddc..f0007de 100644
--- a/barkmanAPI/barkmanAPI.csproj
+++ b/barkmanAPI/barkmanAPI.csproj
@@ -4,7 +4,6 @@
net9.0
enable
enable
- barkman
@@ -17,8 +16,4 @@
-
-
-
-
diff --git a/barkmanAPI/barkmanapi.http b/barkmanAPI/barkmanapi.http
new file mode 100644
index 0000000..f5db9fb
--- /dev/null
+++ b/barkmanAPI/barkmanapi.http
@@ -0,0 +1,6 @@
+@barkmanapi_HostAddress = http://localhost:5145
+
+GET {{barkmanapi_HostAddress}}/weatherforecast/
+Accept: application/json
+
+###
diff --git a/barkmanAPI/barkmanapi.sln b/barkmanAPI/barkmanapi.sln
new file mode 100644
index 0000000..d03ed0a
--- /dev/null
+++ b/barkmanAPI/barkmanapi.sln
@@ -0,0 +1,16 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "barkmanapi", "barkmanapi.csproj", "{4052ACDF-C763-4F04-A464-30D2F8CBD2A1}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {4052ACDF-C763-4F04-A464-30D2F8CBD2A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4052ACDF-C763-4F04-A464-30D2F8CBD2A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4052ACDF-C763-4F04-A464-30D2F8CBD2A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4052ACDF-C763-4F04-A464-30D2F8CBD2A1}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+EndGlobal
diff --git a/identifier.sqlite b/identifier.sqlite
deleted file mode 100644
index e69de29..0000000