diff --git a/Birdmap/.gitignore b/Birdmap.API/.gitignore similarity index 100% rename from Birdmap/.gitignore rename to Birdmap.API/.gitignore diff --git a/Birdmap/Birdmap.API.csproj b/Birdmap.API/Birdmap.API.csproj similarity index 100% rename from Birdmap/Birdmap.API.csproj rename to Birdmap.API/Birdmap.API.csproj diff --git a/Birdmap/ClientApp/.eslintrc.json b/Birdmap.API/ClientApp/.eslintrc.json similarity index 100% rename from Birdmap/ClientApp/.eslintrc.json rename to Birdmap.API/ClientApp/.eslintrc.json diff --git a/Birdmap/ClientApp/.gitignore b/Birdmap.API/ClientApp/.gitignore similarity index 100% rename from Birdmap/ClientApp/.gitignore rename to Birdmap.API/ClientApp/.gitignore diff --git a/Birdmap/ClientApp/README.md b/Birdmap.API/ClientApp/README.md similarity index 100% rename from Birdmap/ClientApp/README.md rename to Birdmap.API/ClientApp/README.md diff --git a/Birdmap/ClientApp/package-lock.json b/Birdmap.API/ClientApp/package-lock.json similarity index 100% rename from Birdmap/ClientApp/package-lock.json rename to Birdmap.API/ClientApp/package-lock.json diff --git a/Birdmap/ClientApp/package.json b/Birdmap.API/ClientApp/package.json similarity index 100% rename from Birdmap/ClientApp/package.json rename to Birdmap.API/ClientApp/package.json diff --git a/Birdmap/ClientApp/public/favicon.ico b/Birdmap.API/ClientApp/public/favicon.ico similarity index 100% rename from Birdmap/ClientApp/public/favicon.ico rename to Birdmap.API/ClientApp/public/favicon.ico diff --git a/Birdmap/ClientApp/public/index.html b/Birdmap.API/ClientApp/public/index.html similarity index 100% rename from Birdmap/ClientApp/public/index.html rename to Birdmap.API/ClientApp/public/index.html diff --git a/Birdmap/ClientApp/public/manifest.json b/Birdmap.API/ClientApp/public/manifest.json similarity index 100% rename from Birdmap/ClientApp/public/manifest.json rename to Birdmap.API/ClientApp/public/manifest.json diff --git a/Birdmap/ClientApp/src/App.test.js b/Birdmap.API/ClientApp/src/App.test.js similarity index 100% rename from Birdmap/ClientApp/src/App.test.js rename to Birdmap.API/ClientApp/src/App.test.js diff --git a/Birdmap/ClientApp/src/App.test.js.map b/Birdmap.API/ClientApp/src/App.test.js.map similarity index 100% rename from Birdmap/ClientApp/src/App.test.js.map rename to Birdmap.API/ClientApp/src/App.test.js.map diff --git a/Birdmap/ClientApp/src/App.test.tsx b/Birdmap.API/ClientApp/src/App.test.tsx similarity index 100% rename from Birdmap/ClientApp/src/App.test.tsx rename to Birdmap.API/ClientApp/src/App.test.tsx diff --git a/Birdmap/ClientApp/src/App.tsx b/Birdmap.API/ClientApp/src/App.tsx similarity index 100% rename from Birdmap/ClientApp/src/App.tsx rename to Birdmap.API/ClientApp/src/App.tsx diff --git a/Birdmap/ClientApp/src/common/ErrorDispatcher.js b/Birdmap.API/ClientApp/src/common/ErrorDispatcher.js similarity index 100% rename from Birdmap/ClientApp/src/common/ErrorDispatcher.js rename to Birdmap.API/ClientApp/src/common/ErrorDispatcher.js diff --git a/Birdmap/ClientApp/src/common/ErrorDispatcher.js.map b/Birdmap.API/ClientApp/src/common/ErrorDispatcher.js.map similarity index 100% rename from Birdmap/ClientApp/src/common/ErrorDispatcher.js.map rename to Birdmap.API/ClientApp/src/common/ErrorDispatcher.js.map diff --git a/Birdmap/ClientApp/src/common/ErrorDispatcher.ts b/Birdmap.API/ClientApp/src/common/ErrorDispatcher.ts similarity index 100% rename from Birdmap/ClientApp/src/common/ErrorDispatcher.ts rename to Birdmap.API/ClientApp/src/common/ErrorDispatcher.ts diff --git a/Birdmap/ClientApp/src/common/ServiceBase.js b/Birdmap.API/ClientApp/src/common/ServiceBase.js similarity index 100% rename from Birdmap/ClientApp/src/common/ServiceBase.js rename to Birdmap.API/ClientApp/src/common/ServiceBase.js diff --git a/Birdmap/ClientApp/src/common/ServiceBase.js.map b/Birdmap.API/ClientApp/src/common/ServiceBase.js.map similarity index 100% rename from Birdmap/ClientApp/src/common/ServiceBase.js.map rename to Birdmap.API/ClientApp/src/common/ServiceBase.js.map diff --git a/Birdmap/ClientApp/src/common/ServiceBase.ts b/Birdmap.API/ClientApp/src/common/ServiceBase.ts similarity index 100% rename from Birdmap/ClientApp/src/common/ServiceBase.ts rename to Birdmap.API/ClientApp/src/common/ServiceBase.ts diff --git a/Birdmap/ClientApp/src/common/components/BirdmapTitle.tsx b/Birdmap.API/ClientApp/src/common/components/BirdmapTitle.tsx similarity index 100% rename from Birdmap/ClientApp/src/common/components/BirdmapTitle.tsx rename to Birdmap.API/ClientApp/src/common/components/BirdmapTitle.tsx diff --git a/Birdmap/ClientApp/src/components/auth/Auth.tsx b/Birdmap.API/ClientApp/src/components/auth/Auth.tsx similarity index 100% rename from Birdmap/ClientApp/src/components/auth/Auth.tsx rename to Birdmap.API/ClientApp/src/components/auth/Auth.tsx diff --git a/Birdmap/ClientApp/src/components/auth/AuthService.js b/Birdmap.API/ClientApp/src/components/auth/AuthService.js similarity index 100% rename from Birdmap/ClientApp/src/components/auth/AuthService.js rename to Birdmap.API/ClientApp/src/components/auth/AuthService.js diff --git a/Birdmap/ClientApp/src/components/auth/AuthService.js.map b/Birdmap.API/ClientApp/src/components/auth/AuthService.js.map similarity index 100% rename from Birdmap/ClientApp/src/components/auth/AuthService.js.map rename to Birdmap.API/ClientApp/src/components/auth/AuthService.js.map diff --git a/Birdmap/ClientApp/src/components/auth/AuthService.ts b/Birdmap.API/ClientApp/src/components/auth/AuthService.ts similarity index 100% rename from Birdmap/ClientApp/src/components/auth/AuthService.ts rename to Birdmap.API/ClientApp/src/components/auth/AuthService.ts diff --git a/Birdmap/ClientApp/src/index.js b/Birdmap.API/ClientApp/src/index.js similarity index 100% rename from Birdmap/ClientApp/src/index.js rename to Birdmap.API/ClientApp/src/index.js diff --git a/Birdmap/ClientApp/src/index.js.map b/Birdmap.API/ClientApp/src/index.js.map similarity index 100% rename from Birdmap/ClientApp/src/index.js.map rename to Birdmap.API/ClientApp/src/index.js.map diff --git a/Birdmap/ClientApp/src/index.tsx b/Birdmap.API/ClientApp/src/index.tsx similarity index 100% rename from Birdmap/ClientApp/src/index.tsx rename to Birdmap.API/ClientApp/src/index.tsx diff --git a/Birdmap/ClientApp/src/react-app-env.d.ts b/Birdmap.API/ClientApp/src/react-app-env.d.ts similarity index 100% rename from Birdmap/ClientApp/src/react-app-env.d.ts rename to Birdmap.API/ClientApp/src/react-app-env.d.ts diff --git a/Birdmap/ClientApp/src/registerServiceWorker.ts b/Birdmap.API/ClientApp/src/registerServiceWorker.ts similarity index 100% rename from Birdmap/ClientApp/src/registerServiceWorker.ts rename to Birdmap.API/ClientApp/src/registerServiceWorker.ts diff --git a/Birdmap/ClientApp/src/store/configureStore.js b/Birdmap.API/ClientApp/src/store/configureStore.js similarity index 100% rename from Birdmap/ClientApp/src/store/configureStore.js rename to Birdmap.API/ClientApp/src/store/configureStore.js diff --git a/Birdmap/ClientApp/src/store/configureStore.js.map b/Birdmap.API/ClientApp/src/store/configureStore.js.map similarity index 100% rename from Birdmap/ClientApp/src/store/configureStore.js.map rename to Birdmap.API/ClientApp/src/store/configureStore.js.map diff --git a/Birdmap/ClientApp/src/store/configureStore.ts b/Birdmap.API/ClientApp/src/store/configureStore.ts similarity index 100% rename from Birdmap/ClientApp/src/store/configureStore.ts rename to Birdmap.API/ClientApp/src/store/configureStore.ts diff --git a/Birdmap/ClientApp/src/store/index.js b/Birdmap.API/ClientApp/src/store/index.js similarity index 100% rename from Birdmap/ClientApp/src/store/index.js rename to Birdmap.API/ClientApp/src/store/index.js diff --git a/Birdmap/ClientApp/src/store/index.js.map b/Birdmap.API/ClientApp/src/store/index.js.map similarity index 100% rename from Birdmap/ClientApp/src/store/index.js.map rename to Birdmap.API/ClientApp/src/store/index.js.map diff --git a/Birdmap/ClientApp/src/store/index.ts b/Birdmap.API/ClientApp/src/store/index.ts similarity index 100% rename from Birdmap/ClientApp/src/store/index.ts rename to Birdmap.API/ClientApp/src/store/index.ts diff --git a/Birdmap/ClientApp/tsconfig.json b/Birdmap.API/ClientApp/tsconfig.json similarity index 100% rename from Birdmap/ClientApp/tsconfig.json rename to Birdmap.API/ClientApp/tsconfig.json diff --git a/Birdmap/Controllers/AuthController.cs b/Birdmap.API/Controllers/AuthController.cs similarity index 100% rename from Birdmap/Controllers/AuthController.cs rename to Birdmap.API/Controllers/AuthController.cs diff --git a/Birdmap/DTOs/AuthenticateRequest.cs b/Birdmap.API/DTOs/AuthenticateRequest.cs similarity index 100% rename from Birdmap/DTOs/AuthenticateRequest.cs rename to Birdmap.API/DTOs/AuthenticateRequest.cs diff --git a/Birdmap/DTOs/AuthenticateResponse.cs b/Birdmap.API/DTOs/AuthenticateResponse.cs similarity index 100% rename from Birdmap/DTOs/AuthenticateResponse.cs rename to Birdmap.API/DTOs/AuthenticateResponse.cs diff --git a/Birdmap/DTOs/RegisterRequest.cs b/Birdmap.API/DTOs/RegisterRequest.cs similarity index 100% rename from Birdmap/DTOs/RegisterRequest.cs rename to Birdmap.API/DTOs/RegisterRequest.cs diff --git a/Birdmap/MapperProfiles/BirdmapProfile.cs b/Birdmap.API/MapperProfiles/BirdmapProfile.cs similarity index 100% rename from Birdmap/MapperProfiles/BirdmapProfile.cs rename to Birdmap.API/MapperProfiles/BirdmapProfile.cs diff --git a/Birdmap/Middlewares/ExceptionHandlerMiddleware.cs b/Birdmap.API/Middlewares/ExceptionHandlerMiddleware.cs similarity index 100% rename from Birdmap/Middlewares/ExceptionHandlerMiddleware.cs rename to Birdmap.API/Middlewares/ExceptionHandlerMiddleware.cs diff --git a/Birdmap/Program.cs b/Birdmap.API/Program.cs similarity index 100% rename from Birdmap/Program.cs rename to Birdmap.API/Program.cs diff --git a/Birdmap/Properties/launchSettings.json b/Birdmap.API/Properties/launchSettings.json similarity index 100% rename from Birdmap/Properties/launchSettings.json rename to Birdmap.API/Properties/launchSettings.json diff --git a/Birdmap/Startup.cs b/Birdmap.API/Startup.cs similarity index 100% rename from Birdmap/Startup.cs rename to Birdmap.API/Startup.cs diff --git a/Birdmap/appsettings.Development.json b/Birdmap.API/appsettings.Development.json similarity index 100% rename from Birdmap/appsettings.Development.json rename to Birdmap.API/appsettings.Development.json diff --git a/Birdmap/appsettings.json b/Birdmap.API/appsettings.json similarity index 100% rename from Birdmap/appsettings.json rename to Birdmap.API/appsettings.json diff --git a/Birdmap/nlog.config b/Birdmap.API/nlog.config similarity index 100% rename from Birdmap/nlog.config rename to Birdmap.API/nlog.config diff --git a/Birdmap.sln b/Birdmap.sln index 009cd6b..913ed9a 100644 --- a/Birdmap.sln +++ b/Birdmap.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Birdmap.API", "Birdmap\Birdmap.API.csproj", "{88855E5F-9555-49E5-92F2-4E8C1194F60B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Birdmap.API", "Birdmap.API\Birdmap.API.csproj", "{88855E5F-9555-49E5-92F2-4E8C1194F60B}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Birdmap.BLL", "Birdmap.BLL\Birdmap.BLL.csproj", "{879D7B8D-6865-4EBE-B346-E0CA37D3C06A}" EndProject