diff --git a/Directory.Packages.props b/Directory.Packages.props
index ecb2ad83..c966c37e 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -20,6 +20,11 @@
+
+
+
+
+
diff --git a/NuGet.Config b/NuGet.Config
new file mode 100644
index 00000000..61c2ad2f
--- /dev/null
+++ b/NuGet.Config
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/backend/src/Api/Properties/launchSettings.json b/backend/src/Api/Properties/launchSettings.json
new file mode 100644
index 00000000..eba6401c
--- /dev/null
+++ b/backend/src/Api/Properties/launchSettings.json
@@ -0,0 +1,12 @@
+{
+ "profiles": {
+ "Api": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "applicationUrl": "https://localhost:62735;http://localhost:62736"
+ }
+ }
+}
\ No newline at end of file