diff --git a/backend/login-counter/app.Configuration/APISettings.cs b/backend/app/app.Configuration/APISettings.cs similarity index 100% rename from backend/login-counter/app.Configuration/APISettings.cs rename to backend/app/app.Configuration/APISettings.cs diff --git a/backend/login-counter/app.Configuration/APIVersionSettings.cs b/backend/app/app.Configuration/APIVersionSettings.cs similarity index 100% rename from backend/login-counter/app.Configuration/APIVersionSettings.cs rename to backend/app/app.Configuration/APIVersionSettings.cs diff --git a/backend/login-counter/app.Configuration/AuthentificationSettings.cs b/backend/app/app.Configuration/AuthentificationSettings.cs similarity index 100% rename from backend/login-counter/app.Configuration/AuthentificationSettings.cs rename to backend/app/app.Configuration/AuthentificationSettings.cs diff --git a/backend/login-counter/app.Configuration/ConfigurationExtensions.cs b/backend/app/app.Configuration/ConfigurationExtensions.cs similarity index 100% rename from backend/login-counter/app.Configuration/ConfigurationExtensions.cs rename to backend/app/app.Configuration/ConfigurationExtensions.cs diff --git a/backend/login-counter/app.Configuration/Constants.cs b/backend/app/app.Configuration/Constants.cs similarity index 100% rename from backend/login-counter/app.Configuration/Constants.cs rename to backend/app/app.Configuration/Constants.cs diff --git a/backend/login-counter/app.Configuration/DatabaseSettings.cs b/backend/app/app.Configuration/DatabaseSettings.cs similarity index 100% rename from backend/login-counter/app.Configuration/DatabaseSettings.cs rename to backend/app/app.Configuration/DatabaseSettings.cs diff --git a/backend/login-counter/app.Configuration/EMailSettings.cs b/backend/app/app.Configuration/EMailSettings.cs similarity index 100% rename from backend/login-counter/app.Configuration/EMailSettings.cs rename to backend/app/app.Configuration/EMailSettings.cs diff --git a/backend/login-counter/app.Configuration/FrontendSettings.cs b/backend/app/app.Configuration/FrontendSettings.cs similarity index 100% rename from backend/login-counter/app.Configuration/FrontendSettings.cs rename to backend/app/app.Configuration/FrontendSettings.cs diff --git a/backend/login-counter/app.Configuration/HostExtensions.cs b/backend/app/app.Configuration/HostExtensions.cs similarity index 100% rename from backend/login-counter/app.Configuration/HostExtensions.cs rename to backend/app/app.Configuration/HostExtensions.cs diff --git a/backend/login-counter/app.Configuration/app.Configuration.csproj b/backend/app/app.Configuration/app.Configuration.csproj similarity index 100% rename from backend/login-counter/app.Configuration/app.Configuration.csproj rename to backend/app/app.Configuration/app.Configuration.csproj diff --git a/backend/login-counter/app.CredentialManager/Base64.cs b/backend/app/app.CredentialManager/Base64.cs similarity index 100% rename from backend/login-counter/app.CredentialManager/Base64.cs rename to backend/app/app.CredentialManager/Base64.cs diff --git a/backend/login-counter/app.CredentialManager/Program.cs b/backend/app/app.CredentialManager/Program.cs similarity index 100% rename from backend/login-counter/app.CredentialManager/Program.cs rename to backend/app/app.CredentialManager/Program.cs diff --git a/backend/login-counter/app.CredentialManager/app.CredentialManager.csproj b/backend/app/app.CredentialManager/app.CredentialManager.csproj similarity index 100% rename from backend/login-counter/app.CredentialManager/app.CredentialManager.csproj rename to backend/app/app.CredentialManager/app.CredentialManager.csproj diff --git a/backend/login-counter/app.Data/DatabaseContext.cs b/backend/app/app.Data/DatabaseContext.cs similarity index 100% rename from backend/login-counter/app.Data/DatabaseContext.cs rename to backend/app/app.Data/DatabaseContext.cs diff --git a/backend/login-counter/app.Data/DesignTimeContextFactory.cs b/backend/app/app.Data/DesignTimeContextFactory.cs similarity index 100% rename from backend/login-counter/app.Data/DesignTimeContextFactory.cs rename to backend/app/app.Data/DesignTimeContextFactory.cs diff --git a/backend/login-counter/app.Data/LinqExtension.cs b/backend/app/app.Data/LinqExtension.cs similarity index 100% rename from backend/login-counter/app.Data/LinqExtension.cs rename to backend/app/app.Data/LinqExtension.cs diff --git a/backend/login-counter/app.Data/Migrations/20210213133159_2021_03_10.Designer.cs b/backend/app/app.Data/Migrations/20210213133159_2021_03_10.Designer.cs similarity index 100% rename from backend/login-counter/app.Data/Migrations/20210213133159_2021_03_10.Designer.cs rename to backend/app/app.Data/Migrations/20210213133159_2021_03_10.Designer.cs diff --git a/backend/login-counter/app.Data/Migrations/20210213133159_2021_03_10.cs b/backend/app/app.Data/Migrations/20210213133159_2021_03_10.cs similarity index 100% rename from backend/login-counter/app.Data/Migrations/20210213133159_2021_03_10.cs rename to backend/app/app.Data/Migrations/20210213133159_2021_03_10.cs diff --git a/backend/login-counter/app.Data/Migrations/20210217201310_2021_03_13.Designer.cs b/backend/app/app.Data/Migrations/20210217201310_2021_03_13.Designer.cs similarity index 100% rename from backend/login-counter/app.Data/Migrations/20210217201310_2021_03_13.Designer.cs rename to backend/app/app.Data/Migrations/20210217201310_2021_03_13.Designer.cs diff --git a/backend/login-counter/app.Data/Migrations/20210217201310_2021_03_13.cs b/backend/app/app.Data/Migrations/20210217201310_2021_03_13.cs similarity index 100% rename from backend/login-counter/app.Data/Migrations/20210217201310_2021_03_13.cs rename to backend/app/app.Data/Migrations/20210217201310_2021_03_13.cs diff --git a/backend/login-counter/app.Data/Migrations/20210220140309_2021_03_14.Designer.cs b/backend/app/app.Data/Migrations/20210220140309_2021_03_14.Designer.cs similarity index 100% rename from backend/login-counter/app.Data/Migrations/20210220140309_2021_03_14.Designer.cs rename to backend/app/app.Data/Migrations/20210220140309_2021_03_14.Designer.cs diff --git a/backend/login-counter/app.Data/Migrations/20210220140309_2021_03_14.cs b/backend/app/app.Data/Migrations/20210220140309_2021_03_14.cs similarity index 100% rename from backend/login-counter/app.Data/Migrations/20210220140309_2021_03_14.cs rename to backend/app/app.Data/Migrations/20210220140309_2021_03_14.cs diff --git a/backend/login-counter/app.Data/Migrations/DatabaseContextModelSnapshot.cs b/backend/app/app.Data/Migrations/DatabaseContextModelSnapshot.cs similarity index 100% rename from backend/login-counter/app.Data/Migrations/DatabaseContextModelSnapshot.cs rename to backend/app/app.Data/Migrations/DatabaseContextModelSnapshot.cs diff --git a/backend/login-counter/app.Data/Repositories/AuthUserRepositoryImpl.cs b/backend/app/app.Data/Repositories/AuthUserRepositoryImpl.cs similarity index 100% rename from backend/login-counter/app.Data/Repositories/AuthUserRepositoryImpl.cs rename to backend/app/app.Data/Repositories/AuthUserRepositoryImpl.cs diff --git a/backend/login-counter/app.Data/app.Data.csproj b/backend/app/app.Data/app.Data.csproj similarity index 100% rename from backend/login-counter/app.Data/app.Data.csproj rename to backend/app/app.Data/app.Data.csproj diff --git a/backend/login-counter/app.Interface/Repositories/IAuthUserRepository.cs b/backend/app/app.Interface/Repositories/IAuthUserRepository.cs similarity index 100% rename from backend/login-counter/app.Interface/Repositories/IAuthUserRepository.cs rename to backend/app/app.Interface/Repositories/IAuthUserRepository.cs diff --git a/backend/login-counter/app.Interface/Repositories/IUnitOfWork.cs b/backend/app/app.Interface/Repositories/IUnitOfWork.cs similarity index 100% rename from backend/login-counter/app.Interface/Repositories/IUnitOfWork.cs rename to backend/app/app.Interface/Repositories/IUnitOfWork.cs diff --git a/backend/login-counter/app.Interface/Services/IAuthService.cs b/backend/app/app.Interface/Services/IAuthService.cs similarity index 100% rename from backend/login-counter/app.Interface/Services/IAuthService.cs rename to backend/app/app.Interface/Services/IAuthService.cs diff --git a/backend/login-counter/app.Interface/app.Interface.csproj b/backend/app/app.Interface/app.Interface.csproj similarity index 100% rename from backend/login-counter/app.Interface/app.Interface.csproj rename to backend/app/app.Interface/app.Interface.csproj diff --git a/backend/login-counter/app.Model/AuthRoles.cs b/backend/app/app.Model/AuthRoles.cs similarity index 100% rename from backend/login-counter/app.Model/AuthRoles.cs rename to backend/app/app.Model/AuthRoles.cs diff --git a/backend/login-counter/app.Model/AuthUser.cs b/backend/app/app.Model/AuthUser.cs similarity index 100% rename from backend/login-counter/app.Model/AuthUser.cs rename to backend/app/app.Model/AuthUser.cs diff --git a/backend/login-counter/app.Model/DTOs/AdminUpdateUserDTO.cs b/backend/app/app.Model/DTOs/AdminUpdateUserDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/AdminUpdateUserDTO.cs rename to backend/app/app.Model/DTOs/AdminUpdateUserDTO.cs diff --git a/backend/login-counter/app.Model/DTOs/ApiVersionDTO.cs b/backend/app/app.Model/DTOs/ApiVersionDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/ApiVersionDTO.cs rename to backend/app/app.Model/DTOs/ApiVersionDTO.cs diff --git a/backend/login-counter/app.Model/DTOs/AuthUserDTO.cs b/backend/app/app.Model/DTOs/AuthUserDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/AuthUserDTO.cs rename to backend/app/app.Model/DTOs/AuthUserDTO.cs diff --git a/backend/login-counter/app.Model/DTOs/EMailStringDTO.cs b/backend/app/app.Model/DTOs/EMailStringDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/EMailStringDTO.cs rename to backend/app/app.Model/DTOs/EMailStringDTO.cs diff --git a/backend/login-counter/app.Model/DTOs/GetFilteredAuthUsersResultDTO.cs b/backend/app/app.Model/DTOs/GetFilteredAuthUsersResultDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/GetFilteredAuthUsersResultDTO.cs rename to backend/app/app.Model/DTOs/GetFilteredAuthUsersResultDTO.cs diff --git a/backend/login-counter/app.Model/DTOs/ResetPasswordDTO.cs b/backend/app/app.Model/DTOs/ResetPasswordDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/ResetPasswordDTO.cs rename to backend/app/app.Model/DTOs/ResetPasswordDTO.cs diff --git a/backend/login-counter/app.Model/DTOs/SettingsDTO.cs b/backend/app/app.Model/DTOs/SettingsDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/SettingsDTO.cs rename to backend/app/app.Model/DTOs/SettingsDTO.cs diff --git a/backend/login-counter/app.Model/DTOs/TokenDTO.cs b/backend/app/app.Model/DTOs/TokenDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/TokenDTO.cs rename to backend/app/app.Model/DTOs/TokenDTO.cs diff --git a/backend/login-counter/app.Model/DTOs/UpdateUserDTO.cs b/backend/app/app.Model/DTOs/UpdateUserDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/UpdateUserDTO.cs rename to backend/app/app.Model/DTOs/UpdateUserDTO.cs diff --git a/backend/login-counter/app.Model/DTOs/UserDTO.cs b/backend/app/app.Model/DTOs/UserDTO.cs similarity index 100% rename from backend/login-counter/app.Model/DTOs/UserDTO.cs rename to backend/app/app.Model/DTOs/UserDTO.cs diff --git a/backend/login-counter/app.Model/Filter/ErrorDTO.cs b/backend/app/app.Model/Filter/ErrorDTO.cs similarity index 100% rename from backend/login-counter/app.Model/Filter/ErrorDTO.cs rename to backend/app/app.Model/Filter/ErrorDTO.cs diff --git a/backend/login-counter/app.Model/Filter/ServiceErrorCode.cs b/backend/app/app.Model/Filter/ServiceErrorCode.cs similarity index 100% rename from backend/login-counter/app.Model/Filter/ServiceErrorCode.cs rename to backend/app/app.Model/Filter/ServiceErrorCode.cs diff --git a/backend/login-counter/app.Model/Filter/ServiceException.cs b/backend/app/app.Model/Filter/ServiceException.cs similarity index 100% rename from backend/login-counter/app.Model/Filter/ServiceException.cs rename to backend/app/app.Model/Filter/ServiceException.cs diff --git a/backend/login-counter/app.Model/IAutoGenerateDateFields.cs b/backend/app/app.Model/IAutoGenerateDateFields.cs similarity index 100% rename from backend/login-counter/app.Model/IAutoGenerateDateFields.cs rename to backend/app/app.Model/IAutoGenerateDateFields.cs diff --git a/backend/login-counter/app.Model/app.Model.csproj b/backend/app/app.Model/app.Model.csproj similarity index 100% rename from backend/login-counter/app.Model/app.Model.csproj rename to backend/app/app.Model/app.Model.csproj diff --git a/backend/login-counter/app.SMTP.Interface/ISMTPClient.cs b/backend/app/app.SMTP.Interface/ISMTPClient.cs similarity index 100% rename from backend/login-counter/app.SMTP.Interface/ISMTPClient.cs rename to backend/app/app.SMTP.Interface/ISMTPClient.cs diff --git a/backend/login-counter/app.SMTP.Interface/app.SMTP.Interface.csproj b/backend/app/app.SMTP.Interface/app.SMTP.Interface.csproj similarity index 100% rename from backend/login-counter/app.SMTP.Interface/app.SMTP.Interface.csproj rename to backend/app/app.SMTP.Interface/app.SMTP.Interface.csproj diff --git a/backend/login-counter/app.SMTP.Model/EMail.cs b/backend/app/app.SMTP.Model/EMail.cs similarity index 100% rename from backend/login-counter/app.SMTP.Model/EMail.cs rename to backend/app/app.SMTP.Model/EMail.cs diff --git a/backend/login-counter/app.SMTP.Model/app.SMTP.Model.csproj b/backend/app/app.SMTP.Model/app.SMTP.Model.csproj similarity index 100% rename from backend/login-counter/app.SMTP.Model/app.SMTP.Model.csproj rename to backend/app/app.SMTP.Model/app.SMTP.Model.csproj diff --git a/backend/login-counter/app.SMTP.Service/SMTPClientImpl.cs b/backend/app/app.SMTP.Service/SMTPClientImpl.cs similarity index 100% rename from backend/login-counter/app.SMTP.Service/SMTPClientImpl.cs rename to backend/app/app.SMTP.Service/SMTPClientImpl.cs diff --git a/backend/login-counter/app.SMTP.Service/app.SMTP.Service.csproj b/backend/app/app.SMTP.Service/app.SMTP.Service.csproj similarity index 100% rename from backend/login-counter/app.SMTP.Service/app.SMTP.Service.csproj rename to backend/app/app.SMTP.Service/app.SMTP.Service.csproj diff --git a/backend/login-counter/app.Service/AuthServiceImpl.cs b/backend/app/app.Service/AuthServiceImpl.cs similarity index 100% rename from backend/login-counter/app.Service/AuthServiceImpl.cs rename to backend/app/app.Service/AuthServiceImpl.cs diff --git a/backend/login-counter/app.Service/app.Service.csproj b/backend/app/app.Service/app.Service.csproj similarity index 100% rename from backend/login-counter/app.Service/app.Service.csproj rename to backend/app/app.Service/app.Service.csproj diff --git a/backend/login-counter/app.Share.Common/AuthUserSelectCriterion.cs b/backend/app/app.Share.Common/AuthUserSelectCriterion.cs similarity index 100% rename from backend/login-counter/app.Share.Common/AuthUserSelectCriterion.cs rename to backend/app/app.Share.Common/AuthUserSelectCriterion.cs diff --git a/backend/login-counter/app.Share.Common/DomainSelectCriterion.cs b/backend/app/app.Share.Common/DomainSelectCriterion.cs similarity index 100% rename from backend/login-counter/app.Share.Common/DomainSelectCriterion.cs rename to backend/app/app.Share.Common/DomainSelectCriterion.cs diff --git a/backend/login-counter/app.Share.Common/HostSelectCriterion.cs b/backend/app/app.Share.Common/HostSelectCriterion.cs similarity index 100% rename from backend/login-counter/app.Share.Common/HostSelectCriterion.cs rename to backend/app/app.Share.Common/HostSelectCriterion.cs diff --git a/backend/login-counter/app.Share.Common/LoginSelectCriterion.cs b/backend/app/app.Share.Common/LoginSelectCriterion.cs similarity index 100% rename from backend/login-counter/app.Share.Common/LoginSelectCriterion.cs rename to backend/app/app.Share.Common/LoginSelectCriterion.cs diff --git a/backend/login-counter/app.Share.Common/SelectCriterion.cs b/backend/app/app.Share.Common/SelectCriterion.cs similarity index 100% rename from backend/login-counter/app.Share.Common/SelectCriterion.cs rename to backend/app/app.Share.Common/SelectCriterion.cs diff --git a/backend/login-counter/app.Share.Common/UserSelectCriterion.cs b/backend/app/app.Share.Common/UserSelectCriterion.cs similarity index 100% rename from backend/login-counter/app.Share.Common/UserSelectCriterion.cs rename to backend/app/app.Share.Common/UserSelectCriterion.cs diff --git a/backend/login-counter/app.Share.Common/app.Share.Common.csproj b/backend/app/app.Share.Common/app.Share.Common.csproj similarity index 100% rename from backend/login-counter/app.Share.Common/app.Share.Common.csproj rename to backend/app/app.Share.Common/app.Share.Common.csproj diff --git a/backend/login-counter/app.SignalR/NotifyHub.cs b/backend/app/app.SignalR/NotifyHub.cs similarity index 100% rename from backend/login-counter/app.SignalR/NotifyHub.cs rename to backend/app/app.SignalR/NotifyHub.cs diff --git a/backend/login-counter/app.SignalR/app.SignalR.csproj b/backend/app/app.SignalR/app.SignalR.csproj similarity index 100% rename from backend/login-counter/app.SignalR/app.SignalR.csproj rename to backend/app/app.SignalR/app.SignalR.csproj diff --git a/backend/login-counter/app.sln b/backend/app/app.sln similarity index 100% rename from backend/login-counter/app.sln rename to backend/app/app.sln diff --git a/backend/login-counter/app/Controllers/AuthController.cs b/backend/app/app/Controllers/AuthController.cs similarity index 100% rename from backend/login-counter/app/Controllers/AuthController.cs rename to backend/app/app/Controllers/AuthController.cs diff --git a/backend/login-counter/app/Controllers/GUIController.cs b/backend/app/app/Controllers/GUIController.cs similarity index 100% rename from backend/login-counter/app/Controllers/GUIController.cs rename to backend/app/app/Controllers/GUIController.cs diff --git a/backend/login-counter/app/DataSeeder.cs b/backend/app/app/DataSeeder.cs similarity index 100% rename from backend/login-counter/app/DataSeeder.cs rename to backend/app/app/DataSeeder.cs diff --git a/backend/login-counter/app/Filters/CustomExceptionFilterAttribute.cs b/backend/app/app/Filters/CustomExceptionFilterAttribute.cs similarity index 100% rename from backend/login-counter/app/Filters/CustomExceptionFilterAttribute.cs rename to backend/app/app/Filters/CustomExceptionFilterAttribute.cs diff --git a/backend/login-counter/app/HostExtensions.cs b/backend/app/app/HostExtensions.cs similarity index 100% rename from backend/login-counter/app/HostExtensions.cs rename to backend/app/app/HostExtensions.cs diff --git a/backend/login-counter/app/JSONConverter/JsonCreationConverter.cs b/backend/app/app/JSONConverter/JsonCreationConverter.cs similarity index 100% rename from backend/login-counter/app/JSONConverter/JsonCreationConverter.cs rename to backend/app/app/JSONConverter/JsonCreationConverter.cs diff --git a/backend/login-counter/app/Program.cs b/backend/app/app/Program.cs similarity index 100% rename from backend/login-counter/app/Program.cs rename to backend/app/app/Program.cs diff --git a/backend/login-counter/app/Properties/launchSettings.json b/backend/app/app/Properties/launchSettings.json similarity index 100% rename from backend/login-counter/app/Properties/launchSettings.json rename to backend/app/app/Properties/launchSettings.json diff --git a/backend/login-counter/app/Startup.cs b/backend/app/app/Startup.cs similarity index 100% rename from backend/login-counter/app/Startup.cs rename to backend/app/app/Startup.cs diff --git a/backend/login-counter/app/app.csproj b/backend/app/app/app.csproj similarity index 100% rename from backend/login-counter/app/app.csproj rename to backend/app/app/app.csproj diff --git a/backend/login-counter/app/appsettings.json b/backend/app/app/appsettings.json similarity index 100% rename from backend/login-counter/app/appsettings.json rename to backend/app/app/appsettings.json diff --git a/backend/login-counter/app/nlog-development.config b/backend/app/app/nlog-development.config similarity index 100% rename from backend/login-counter/app/nlog-development.config rename to backend/app/app/nlog-development.config diff --git a/backend/login-counter/app/nlog-production.config b/backend/app/app/nlog-production.config similarity index 100% rename from backend/login-counter/app/nlog-production.config rename to backend/app/app/nlog-production.config diff --git a/backend/login-counter/app/nlog-staging.config b/backend/app/app/nlog-staging.config similarity index 100% rename from backend/login-counter/app/nlog-staging.config rename to backend/app/app/nlog-staging.config diff --git a/backend/login-counter/app/update-version.ps1 b/backend/app/app/update-version.ps1 similarity index 100% rename from backend/login-counter/app/update-version.ps1 rename to backend/app/app/update-version.ps1 diff --git a/frontend/login-counter/.browserslistrc b/frontend/app/.browserslistrc similarity index 100% rename from frontend/login-counter/.browserslistrc rename to frontend/app/.browserslistrc diff --git a/frontend/login-counter/.editorconfig b/frontend/app/.editorconfig similarity index 100% rename from frontend/login-counter/.editorconfig rename to frontend/app/.editorconfig diff --git a/frontend/login-counter/README.md b/frontend/app/README.md similarity index 100% rename from frontend/login-counter/README.md rename to frontend/app/README.md diff --git a/frontend/login-counter/angular.json b/frontend/app/angular.json similarity index 100% rename from frontend/login-counter/angular.json rename to frontend/app/angular.json diff --git a/frontend/login-counter/e2e/protractor.conf.js b/frontend/app/e2e/protractor.conf.js similarity index 100% rename from frontend/login-counter/e2e/protractor.conf.js rename to frontend/app/e2e/protractor.conf.js diff --git a/frontend/login-counter/e2e/src/app.e2e-spec.ts b/frontend/app/e2e/src/app.e2e-spec.ts similarity index 100% rename from frontend/login-counter/e2e/src/app.e2e-spec.ts rename to frontend/app/e2e/src/app.e2e-spec.ts diff --git a/frontend/login-counter/e2e/src/app.po.ts b/frontend/app/e2e/src/app.po.ts similarity index 100% rename from frontend/login-counter/e2e/src/app.po.ts rename to frontend/app/e2e/src/app.po.ts diff --git a/frontend/login-counter/e2e/tsconfig.json b/frontend/app/e2e/tsconfig.json similarity index 100% rename from frontend/login-counter/e2e/tsconfig.json rename to frontend/app/e2e/tsconfig.json diff --git a/frontend/login-counter/karma.conf.js b/frontend/app/karma.conf.js similarity index 100% rename from frontend/login-counter/karma.conf.js rename to frontend/app/karma.conf.js diff --git a/frontend/login-counter/package-lock.json b/frontend/app/package-lock.json similarity index 100% rename from frontend/login-counter/package-lock.json rename to frontend/app/package-lock.json diff --git a/frontend/login-counter/package.json b/frontend/app/package.json similarity index 100% rename from frontend/login-counter/package.json rename to frontend/app/package.json diff --git a/frontend/login-counter/src/app/app-routing.module.ts b/frontend/app/src/app/app-routing.module.ts similarity index 100% rename from frontend/login-counter/src/app/app-routing.module.ts rename to frontend/app/src/app/app-routing.module.ts diff --git a/frontend/login-counter/src/app/app.component.html b/frontend/app/src/app/app.component.html similarity index 100% rename from frontend/login-counter/src/app/app.component.html rename to frontend/app/src/app/app.component.html diff --git a/frontend/login-counter/src/app/app.component.scss b/frontend/app/src/app/app.component.scss similarity index 100% rename from frontend/login-counter/src/app/app.component.scss rename to frontend/app/src/app/app.component.scss diff --git a/frontend/login-counter/src/app/app.component.spec.ts b/frontend/app/src/app/app.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/app.component.spec.ts rename to frontend/app/src/app/app.component.spec.ts diff --git a/frontend/login-counter/src/app/app.component.ts b/frontend/app/src/app/app.component.ts similarity index 100% rename from frontend/login-counter/src/app/app.component.ts rename to frontend/app/src/app/app.component.ts diff --git a/frontend/login-counter/src/app/app.module.ts b/frontend/app/src/app/app.module.ts similarity index 100% rename from frontend/login-counter/src/app/app.module.ts rename to frontend/app/src/app/app.module.ts diff --git a/frontend/login-counter/src/app/components/error/not-found/not-found.component.html b/frontend/app/src/app/components/error/not-found/not-found.component.html similarity index 100% rename from frontend/login-counter/src/app/components/error/not-found/not-found.component.html rename to frontend/app/src/app/components/error/not-found/not-found.component.html diff --git a/frontend/login-counter/src/app/components/error/not-found/not-found.component.scss b/frontend/app/src/app/components/error/not-found/not-found.component.scss similarity index 100% rename from frontend/login-counter/src/app/components/error/not-found/not-found.component.scss rename to frontend/app/src/app/components/error/not-found/not-found.component.scss diff --git a/frontend/login-counter/src/app/components/error/not-found/not-found.component.spec.ts b/frontend/app/src/app/components/error/not-found/not-found.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/components/error/not-found/not-found.component.spec.ts rename to frontend/app/src/app/components/error/not-found/not-found.component.spec.ts diff --git a/frontend/login-counter/src/app/components/error/not-found/not-found.component.ts b/frontend/app/src/app/components/error/not-found/not-found.component.ts similarity index 100% rename from frontend/login-counter/src/app/components/error/not-found/not-found.component.ts rename to frontend/app/src/app/components/error/not-found/not-found.component.ts diff --git a/frontend/login-counter/src/app/components/footer/footer.component.html b/frontend/app/src/app/components/footer/footer.component.html similarity index 100% rename from frontend/login-counter/src/app/components/footer/footer.component.html rename to frontend/app/src/app/components/footer/footer.component.html diff --git a/frontend/login-counter/src/app/components/footer/footer.component.scss b/frontend/app/src/app/components/footer/footer.component.scss similarity index 100% rename from frontend/login-counter/src/app/components/footer/footer.component.scss rename to frontend/app/src/app/components/footer/footer.component.scss diff --git a/frontend/login-counter/src/app/components/footer/footer.component.spec.ts b/frontend/app/src/app/components/footer/footer.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/components/footer/footer.component.spec.ts rename to frontend/app/src/app/components/footer/footer.component.spec.ts diff --git a/frontend/login-counter/src/app/components/footer/footer.component.ts b/frontend/app/src/app/components/footer/footer.component.ts similarity index 100% rename from frontend/login-counter/src/app/components/footer/footer.component.ts rename to frontend/app/src/app/components/footer/footer.component.ts diff --git a/frontend/login-counter/src/app/components/header/header.component.html b/frontend/app/src/app/components/header/header.component.html similarity index 100% rename from frontend/login-counter/src/app/components/header/header.component.html rename to frontend/app/src/app/components/header/header.component.html diff --git a/frontend/login-counter/src/app/components/header/header.component.scss b/frontend/app/src/app/components/header/header.component.scss similarity index 100% rename from frontend/login-counter/src/app/components/header/header.component.scss rename to frontend/app/src/app/components/header/header.component.scss diff --git a/frontend/login-counter/src/app/components/header/header.component.spec.ts b/frontend/app/src/app/components/header/header.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/components/header/header.component.spec.ts rename to frontend/app/src/app/components/header/header.component.spec.ts diff --git a/frontend/login-counter/src/app/components/header/header.component.ts b/frontend/app/src/app/components/header/header.component.ts similarity index 100% rename from frontend/login-counter/src/app/components/header/header.component.ts rename to frontend/app/src/app/components/header/header.component.ts diff --git a/frontend/login-counter/src/app/components/home/home.component.html b/frontend/app/src/app/components/home/home.component.html similarity index 100% rename from frontend/login-counter/src/app/components/home/home.component.html rename to frontend/app/src/app/components/home/home.component.html diff --git a/frontend/login-counter/src/app/components/home/home.component.scss b/frontend/app/src/app/components/home/home.component.scss similarity index 100% rename from frontend/login-counter/src/app/components/home/home.component.scss rename to frontend/app/src/app/components/home/home.component.scss diff --git a/frontend/login-counter/src/app/components/home/home.component.spec.ts b/frontend/app/src/app/components/home/home.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/components/home/home.component.spec.ts rename to frontend/app/src/app/components/home/home.component.spec.ts diff --git a/frontend/login-counter/src/app/components/home/home.component.ts b/frontend/app/src/app/components/home/home.component.ts similarity index 100% rename from frontend/login-counter/src/app/components/home/home.component.ts rename to frontend/app/src/app/components/home/home.component.ts diff --git a/frontend/login-counter/src/app/components/sidebar/sidebar.component.html b/frontend/app/src/app/components/sidebar/sidebar.component.html similarity index 100% rename from frontend/login-counter/src/app/components/sidebar/sidebar.component.html rename to frontend/app/src/app/components/sidebar/sidebar.component.html diff --git a/frontend/login-counter/src/app/components/sidebar/sidebar.component.scss b/frontend/app/src/app/components/sidebar/sidebar.component.scss similarity index 100% rename from frontend/login-counter/src/app/components/sidebar/sidebar.component.scss rename to frontend/app/src/app/components/sidebar/sidebar.component.scss diff --git a/frontend/login-counter/src/app/components/sidebar/sidebar.component.spec.ts b/frontend/app/src/app/components/sidebar/sidebar.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/components/sidebar/sidebar.component.spec.ts rename to frontend/app/src/app/components/sidebar/sidebar.component.spec.ts diff --git a/frontend/login-counter/src/app/components/sidebar/sidebar.component.ts b/frontend/app/src/app/components/sidebar/sidebar.component.ts similarity index 100% rename from frontend/login-counter/src/app/components/sidebar/sidebar.component.ts rename to frontend/app/src/app/components/sidebar/sidebar.component.ts diff --git a/frontend/login-counter/src/app/components/spinner/spinner.component.html b/frontend/app/src/app/components/spinner/spinner.component.html similarity index 100% rename from frontend/login-counter/src/app/components/spinner/spinner.component.html rename to frontend/app/src/app/components/spinner/spinner.component.html diff --git a/frontend/login-counter/src/app/components/spinner/spinner.component.scss b/frontend/app/src/app/components/spinner/spinner.component.scss similarity index 100% rename from frontend/login-counter/src/app/components/spinner/spinner.component.scss rename to frontend/app/src/app/components/spinner/spinner.component.scss diff --git a/frontend/login-counter/src/app/components/spinner/spinner.component.spec.ts b/frontend/app/src/app/components/spinner/spinner.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/components/spinner/spinner.component.spec.ts rename to frontend/app/src/app/components/spinner/spinner.component.spec.ts diff --git a/frontend/login-counter/src/app/components/spinner/spinner.component.ts b/frontend/app/src/app/components/spinner/spinner.component.ts similarity index 100% rename from frontend/login-counter/src/app/components/spinner/spinner.component.ts rename to frontend/app/src/app/components/spinner/spinner.component.ts diff --git a/frontend/login-counter/src/app/models/auth/admin-update-user.dto.ts b/frontend/app/src/app/models/auth/admin-update-user.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/admin-update-user.dto.ts rename to frontend/app/src/app/models/auth/admin-update-user.dto.ts diff --git a/frontend/login-counter/src/app/models/auth/auth-error-messages.enum.ts b/frontend/app/src/app/models/auth/auth-error-messages.enum.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/auth-error-messages.enum.ts rename to frontend/app/src/app/models/auth/auth-error-messages.enum.ts diff --git a/frontend/login-counter/src/app/models/auth/auth-roles.enum.ts b/frontend/app/src/app/models/auth/auth-roles.enum.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/auth-roles.enum.ts rename to frontend/app/src/app/models/auth/auth-roles.enum.ts diff --git a/frontend/login-counter/src/app/models/auth/auth-user-atr-errors.ts b/frontend/app/src/app/models/auth/auth-user-atr-errors.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/auth-user-atr-errors.ts rename to frontend/app/src/app/models/auth/auth-user-atr-errors.ts diff --git a/frontend/login-counter/src/app/models/auth/auth-user.dto.ts b/frontend/app/src/app/models/auth/auth-user.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/auth-user.dto.ts rename to frontend/app/src/app/models/auth/auth-user.dto.ts diff --git a/frontend/login-counter/src/app/models/auth/email-string.dto.ts b/frontend/app/src/app/models/auth/email-string.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/email-string.dto.ts rename to frontend/app/src/app/models/auth/email-string.dto.ts diff --git a/frontend/login-counter/src/app/models/auth/register-error-messages.enum.ts b/frontend/app/src/app/models/auth/register-error-messages.enum.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/register-error-messages.enum.ts rename to frontend/app/src/app/models/auth/register-error-messages.enum.ts diff --git a/frontend/login-counter/src/app/models/auth/reset-password.dto.ts b/frontend/app/src/app/models/auth/reset-password.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/reset-password.dto.ts rename to frontend/app/src/app/models/auth/reset-password.dto.ts diff --git a/frontend/login-counter/src/app/models/auth/token.dto.ts b/frontend/app/src/app/models/auth/token.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/token.dto.ts rename to frontend/app/src/app/models/auth/token.dto.ts diff --git a/frontend/login-counter/src/app/models/auth/update-user.dto.ts b/frontend/app/src/app/models/auth/update-user.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/auth/update-user.dto.ts rename to frontend/app/src/app/models/auth/update-user.dto.ts diff --git a/frontend/login-counter/src/app/models/config/api-version.ts b/frontend/app/src/app/models/config/api-version.ts similarity index 100% rename from frontend/login-counter/src/app/models/config/api-version.ts rename to frontend/app/src/app/models/config/api-version.ts diff --git a/frontend/login-counter/src/app/models/config/appsettings.ts b/frontend/app/src/app/models/config/appsettings.ts similarity index 100% rename from frontend/login-counter/src/app/models/config/appsettings.ts rename to frontend/app/src/app/models/config/appsettings.ts diff --git a/frontend/login-counter/src/app/models/config/settings.dto.ts b/frontend/app/src/app/models/config/settings.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/config/settings.dto.ts rename to frontend/app/src/app/models/config/settings.dto.ts diff --git a/frontend/login-counter/src/app/models/config/software-version.dto.ts b/frontend/app/src/app/models/config/software-version.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/config/software-version.dto.ts rename to frontend/app/src/app/models/config/software-version.dto.ts diff --git a/frontend/login-counter/src/app/models/config/software-version.ts b/frontend/app/src/app/models/config/software-version.ts similarity index 100% rename from frontend/login-counter/src/app/models/config/software-version.ts rename to frontend/app/src/app/models/config/software-version.ts diff --git a/frontend/login-counter/src/app/models/error/error-dto.ts b/frontend/app/src/app/models/error/error-dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/error/error-dto.ts rename to frontend/app/src/app/models/error/error-dto.ts diff --git a/frontend/login-counter/src/app/models/error/service-error-code.enum.ts b/frontend/app/src/app/models/error/service-error-code.enum.ts similarity index 100% rename from frontend/login-counter/src/app/models/error/service-error-code.enum.ts rename to frontend/app/src/app/models/error/service-error-code.enum.ts diff --git a/frontend/login-counter/src/app/models/selection/auth-user/auth-user-select-criterion.dto.ts b/frontend/app/src/app/models/selection/auth-user/auth-user-select-criterion.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/selection/auth-user/auth-user-select-criterion.dto.ts rename to frontend/app/src/app/models/selection/auth-user/auth-user-select-criterion.dto.ts diff --git a/frontend/login-counter/src/app/models/selection/auth-user/get-filtered-auth-users-result.dto.ts b/frontend/app/src/app/models/selection/auth-user/get-filtered-auth-users-result.dto.ts similarity index 100% rename from frontend/login-counter/src/app/models/selection/auth-user/get-filtered-auth-users-result.dto.ts rename to frontend/app/src/app/models/selection/auth-user/get-filtered-auth-users-result.dto.ts diff --git a/frontend/login-counter/src/app/models/selection/select-criterion.model.ts b/frontend/app/src/app/models/selection/select-criterion.model.ts similarity index 100% rename from frontend/login-counter/src/app/models/selection/select-criterion.model.ts rename to frontend/app/src/app/models/selection/select-criterion.model.ts diff --git a/frontend/login-counter/src/app/models/utils/confirmation-dialog.ts b/frontend/app/src/app/models/utils/confirmation-dialog.ts similarity index 100% rename from frontend/login-counter/src/app/models/utils/confirmation-dialog.ts rename to frontend/app/src/app/models/utils/confirmation-dialog.ts diff --git a/frontend/login-counter/src/app/models/utils/toast-options.ts b/frontend/app/src/app/models/utils/toast-options.ts similarity index 100% rename from frontend/login-counter/src/app/models/utils/toast-options.ts rename to frontend/app/src/app/models/utils/toast-options.ts diff --git a/frontend/login-counter/src/app/models/view/theme.ts b/frontend/app/src/app/models/view/theme.ts similarity index 100% rename from frontend/login-counter/src/app/models/view/theme.ts rename to frontend/app/src/app/models/view/theme.ts diff --git a/frontend/login-counter/src/app/models/view/themes.enum.ts b/frontend/app/src/app/models/view/themes.enum.ts similarity index 100% rename from frontend/login-counter/src/app/models/view/themes.enum.ts rename to frontend/app/src/app/models/view/themes.enum.ts diff --git a/frontend/login-counter/src/app/modules/admin/auth-users/auth-user-routing.module.ts b/frontend/app/src/app/modules/admin/auth-users/auth-user-routing.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/admin/auth-users/auth-user-routing.module.ts rename to frontend/app/src/app/modules/admin/auth-users/auth-user-routing.module.ts diff --git a/frontend/login-counter/src/app/modules/admin/auth-users/auth-user.module.ts b/frontend/app/src/app/modules/admin/auth-users/auth-user.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/admin/auth-users/auth-user.module.ts rename to frontend/app/src/app/modules/admin/auth-users/auth-user.module.ts diff --git a/frontend/login-counter/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.html b/frontend/app/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.html similarity index 100% rename from frontend/login-counter/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.html rename to frontend/app/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.html diff --git a/frontend/login-counter/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.scss b/frontend/app/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.scss similarity index 100% rename from frontend/login-counter/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.scss rename to frontend/app/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.scss diff --git a/frontend/login-counter/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.spec.ts b/frontend/app/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.spec.ts rename to frontend/app/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.spec.ts diff --git a/frontend/login-counter/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.ts b/frontend/app/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.ts similarity index 100% rename from frontend/login-counter/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.ts rename to frontend/app/src/app/modules/admin/auth-users/components/auth-user/auth-user.component.ts diff --git a/frontend/login-counter/src/app/modules/admin/settings/components/settings/settings.component.html b/frontend/app/src/app/modules/admin/settings/components/settings/settings.component.html similarity index 100% rename from frontend/login-counter/src/app/modules/admin/settings/components/settings/settings.component.html rename to frontend/app/src/app/modules/admin/settings/components/settings/settings.component.html diff --git a/frontend/login-counter/src/app/modules/admin/settings/components/settings/settings.component.scss b/frontend/app/src/app/modules/admin/settings/components/settings/settings.component.scss similarity index 100% rename from frontend/login-counter/src/app/modules/admin/settings/components/settings/settings.component.scss rename to frontend/app/src/app/modules/admin/settings/components/settings/settings.component.scss diff --git a/frontend/login-counter/src/app/modules/admin/settings/components/settings/settings.component.spec.ts b/frontend/app/src/app/modules/admin/settings/components/settings/settings.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/modules/admin/settings/components/settings/settings.component.spec.ts rename to frontend/app/src/app/modules/admin/settings/components/settings/settings.component.spec.ts diff --git a/frontend/login-counter/src/app/modules/admin/settings/components/settings/settings.component.ts b/frontend/app/src/app/modules/admin/settings/components/settings/settings.component.ts similarity index 100% rename from frontend/login-counter/src/app/modules/admin/settings/components/settings/settings.component.ts rename to frontend/app/src/app/modules/admin/settings/components/settings/settings.component.ts diff --git a/frontend/login-counter/src/app/modules/admin/settings/settings-routing.module.ts b/frontend/app/src/app/modules/admin/settings/settings-routing.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/admin/settings/settings-routing.module.ts rename to frontend/app/src/app/modules/admin/settings/settings-routing.module.ts diff --git a/frontend/login-counter/src/app/modules/admin/settings/settings.module.ts b/frontend/app/src/app/modules/admin/settings/settings.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/admin/settings/settings.module.ts rename to frontend/app/src/app/modules/admin/settings/settings.module.ts diff --git a/frontend/login-counter/src/app/modules/auth/auth-routing.module.ts b/frontend/app/src/app/modules/auth/auth-routing.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/auth/auth-routing.module.ts rename to frontend/app/src/app/modules/auth/auth-routing.module.ts diff --git a/frontend/login-counter/src/app/modules/auth/auth.module.ts b/frontend/app/src/app/modules/auth/auth.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/auth/auth.module.ts rename to frontend/app/src/app/modules/auth/auth.module.ts diff --git a/frontend/login-counter/src/app/modules/auth/components/forget-password/forget-password.component.html b/frontend/app/src/app/modules/auth/components/forget-password/forget-password.component.html similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/forget-password/forget-password.component.html rename to frontend/app/src/app/modules/auth/components/forget-password/forget-password.component.html diff --git a/frontend/login-counter/src/app/modules/auth/components/forget-password/forget-password.component.scss b/frontend/app/src/app/modules/auth/components/forget-password/forget-password.component.scss similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/forget-password/forget-password.component.scss rename to frontend/app/src/app/modules/auth/components/forget-password/forget-password.component.scss diff --git a/frontend/login-counter/src/app/modules/auth/components/forget-password/forget-password.component.spec.ts b/frontend/app/src/app/modules/auth/components/forget-password/forget-password.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/forget-password/forget-password.component.spec.ts rename to frontend/app/src/app/modules/auth/components/forget-password/forget-password.component.spec.ts diff --git a/frontend/login-counter/src/app/modules/auth/components/forget-password/forget-password.component.ts b/frontend/app/src/app/modules/auth/components/forget-password/forget-password.component.ts similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/forget-password/forget-password.component.ts rename to frontend/app/src/app/modules/auth/components/forget-password/forget-password.component.ts diff --git a/frontend/login-counter/src/app/modules/auth/components/login/login.component.html b/frontend/app/src/app/modules/auth/components/login/login.component.html similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/login/login.component.html rename to frontend/app/src/app/modules/auth/components/login/login.component.html diff --git a/frontend/login-counter/src/app/modules/auth/components/login/login.component.scss b/frontend/app/src/app/modules/auth/components/login/login.component.scss similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/login/login.component.scss rename to frontend/app/src/app/modules/auth/components/login/login.component.scss diff --git a/frontend/login-counter/src/app/modules/auth/components/login/login.component.spec.ts b/frontend/app/src/app/modules/auth/components/login/login.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/login/login.component.spec.ts rename to frontend/app/src/app/modules/auth/components/login/login.component.spec.ts diff --git a/frontend/login-counter/src/app/modules/auth/components/login/login.component.ts b/frontend/app/src/app/modules/auth/components/login/login.component.ts similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/login/login.component.ts rename to frontend/app/src/app/modules/auth/components/login/login.component.ts diff --git a/frontend/login-counter/src/app/modules/auth/components/registration/registration.component.html b/frontend/app/src/app/modules/auth/components/registration/registration.component.html similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/registration/registration.component.html rename to frontend/app/src/app/modules/auth/components/registration/registration.component.html diff --git a/frontend/login-counter/src/app/modules/auth/components/registration/registration.component.scss b/frontend/app/src/app/modules/auth/components/registration/registration.component.scss similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/registration/registration.component.scss rename to frontend/app/src/app/modules/auth/components/registration/registration.component.scss diff --git a/frontend/login-counter/src/app/modules/auth/components/registration/registration.component.spec.ts b/frontend/app/src/app/modules/auth/components/registration/registration.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/registration/registration.component.spec.ts rename to frontend/app/src/app/modules/auth/components/registration/registration.component.spec.ts diff --git a/frontend/login-counter/src/app/modules/auth/components/registration/registration.component.ts b/frontend/app/src/app/modules/auth/components/registration/registration.component.ts similarity index 100% rename from frontend/login-counter/src/app/modules/auth/components/registration/registration.component.ts rename to frontend/app/src/app/modules/auth/components/registration/registration.component.ts diff --git a/frontend/login-counter/src/app/modules/shared/guards/auth/auth.guard.spec.ts b/frontend/app/src/app/modules/shared/guards/auth/auth.guard.spec.ts similarity index 100% rename from frontend/login-counter/src/app/modules/shared/guards/auth/auth.guard.spec.ts rename to frontend/app/src/app/modules/shared/guards/auth/auth.guard.spec.ts diff --git a/frontend/login-counter/src/app/modules/shared/guards/auth/auth.guard.ts b/frontend/app/src/app/modules/shared/guards/auth/auth.guard.ts similarity index 100% rename from frontend/login-counter/src/app/modules/shared/guards/auth/auth.guard.ts rename to frontend/app/src/app/modules/shared/guards/auth/auth.guard.ts diff --git a/frontend/login-counter/src/app/modules/shared/pipes/auth-role.pipe.ts b/frontend/app/src/app/modules/shared/pipes/auth-role.pipe.ts similarity index 100% rename from frontend/login-counter/src/app/modules/shared/pipes/auth-role.pipe.ts rename to frontend/app/src/app/modules/shared/pipes/auth-role.pipe.ts diff --git a/frontend/login-counter/src/app/modules/shared/pipes/bool.pipe.spec.ts b/frontend/app/src/app/modules/shared/pipes/bool.pipe.spec.ts similarity index 100% rename from frontend/login-counter/src/app/modules/shared/pipes/bool.pipe.spec.ts rename to frontend/app/src/app/modules/shared/pipes/bool.pipe.spec.ts diff --git a/frontend/login-counter/src/app/modules/shared/pipes/bool.pipe.ts b/frontend/app/src/app/modules/shared/pipes/bool.pipe.ts similarity index 100% rename from frontend/login-counter/src/app/modules/shared/pipes/bool.pipe.ts rename to frontend/app/src/app/modules/shared/pipes/bool.pipe.ts diff --git a/frontend/login-counter/src/app/modules/shared/pipes/ip-address.pipe.ts b/frontend/app/src/app/modules/shared/pipes/ip-address.pipe.ts similarity index 100% rename from frontend/login-counter/src/app/modules/shared/pipes/ip-address.pipe.ts rename to frontend/app/src/app/modules/shared/pipes/ip-address.pipe.ts diff --git a/frontend/login-counter/src/app/modules/shared/shared.module.ts b/frontend/app/src/app/modules/shared/shared.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/shared/shared.module.ts rename to frontend/app/src/app/modules/shared/shared.module.ts diff --git a/frontend/login-counter/src/app/modules/view/change-password/change-password-routing.module.ts b/frontend/app/src/app/modules/view/change-password/change-password-routing.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/view/change-password/change-password-routing.module.ts rename to frontend/app/src/app/modules/view/change-password/change-password-routing.module.ts diff --git a/frontend/login-counter/src/app/modules/view/change-password/change-password.module.ts b/frontend/app/src/app/modules/view/change-password/change-password.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/view/change-password/change-password.module.ts rename to frontend/app/src/app/modules/view/change-password/change-password.module.ts diff --git a/frontend/login-counter/src/app/modules/view/change-password/components/change-password/change-password.component.html b/frontend/app/src/app/modules/view/change-password/components/change-password/change-password.component.html similarity index 100% rename from frontend/login-counter/src/app/modules/view/change-password/components/change-password/change-password.component.html rename to frontend/app/src/app/modules/view/change-password/components/change-password/change-password.component.html diff --git a/frontend/login-counter/src/app/modules/view/change-password/components/change-password/change-password.component.scss b/frontend/app/src/app/modules/view/change-password/components/change-password/change-password.component.scss similarity index 100% rename from frontend/login-counter/src/app/modules/view/change-password/components/change-password/change-password.component.scss rename to frontend/app/src/app/modules/view/change-password/components/change-password/change-password.component.scss diff --git a/frontend/login-counter/src/app/modules/view/change-password/components/change-password/change-password.component.spec.ts b/frontend/app/src/app/modules/view/change-password/components/change-password/change-password.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/modules/view/change-password/components/change-password/change-password.component.spec.ts rename to frontend/app/src/app/modules/view/change-password/components/change-password/change-password.component.spec.ts diff --git a/frontend/login-counter/src/app/modules/view/change-password/components/change-password/change-password.component.ts b/frontend/app/src/app/modules/view/change-password/components/change-password/change-password.component.ts similarity index 100% rename from frontend/login-counter/src/app/modules/view/change-password/components/change-password/change-password.component.ts rename to frontend/app/src/app/modules/view/change-password/components/change-password/change-password.component.ts diff --git a/frontend/login-counter/src/app/modules/view/user-settings/components/user-settings/user-settings.component.html b/frontend/app/src/app/modules/view/user-settings/components/user-settings/user-settings.component.html similarity index 100% rename from frontend/login-counter/src/app/modules/view/user-settings/components/user-settings/user-settings.component.html rename to frontend/app/src/app/modules/view/user-settings/components/user-settings/user-settings.component.html diff --git a/frontend/login-counter/src/app/modules/view/user-settings/components/user-settings/user-settings.component.scss b/frontend/app/src/app/modules/view/user-settings/components/user-settings/user-settings.component.scss similarity index 100% rename from frontend/login-counter/src/app/modules/view/user-settings/components/user-settings/user-settings.component.scss rename to frontend/app/src/app/modules/view/user-settings/components/user-settings/user-settings.component.scss diff --git a/frontend/login-counter/src/app/modules/view/user-settings/components/user-settings/user-settings.component.spec.ts b/frontend/app/src/app/modules/view/user-settings/components/user-settings/user-settings.component.spec.ts similarity index 100% rename from frontend/login-counter/src/app/modules/view/user-settings/components/user-settings/user-settings.component.spec.ts rename to frontend/app/src/app/modules/view/user-settings/components/user-settings/user-settings.component.spec.ts diff --git a/frontend/login-counter/src/app/modules/view/user-settings/components/user-settings/user-settings.component.ts b/frontend/app/src/app/modules/view/user-settings/components/user-settings/user-settings.component.ts similarity index 100% rename from frontend/login-counter/src/app/modules/view/user-settings/components/user-settings/user-settings.component.ts rename to frontend/app/src/app/modules/view/user-settings/components/user-settings/user-settings.component.ts diff --git a/frontend/login-counter/src/app/modules/view/user-settings/user-settings-routing.module.ts b/frontend/app/src/app/modules/view/user-settings/user-settings-routing.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/view/user-settings/user-settings-routing.module.ts rename to frontend/app/src/app/modules/view/user-settings/user-settings-routing.module.ts diff --git a/frontend/login-counter/src/app/modules/view/user-settings/user-settings.module.ts b/frontend/app/src/app/modules/view/user-settings/user-settings.module.ts similarity index 100% rename from frontend/login-counter/src/app/modules/view/user-settings/user-settings.module.ts rename to frontend/app/src/app/modules/view/user-settings/user-settings.module.ts diff --git a/frontend/login-counter/src/app/services/auth/auth.service.spec.ts b/frontend/app/src/app/services/auth/auth.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/auth/auth.service.spec.ts rename to frontend/app/src/app/services/auth/auth.service.spec.ts diff --git a/frontend/login-counter/src/app/services/auth/auth.service.ts b/frontend/app/src/app/services/auth/auth.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/auth/auth.service.ts rename to frontend/app/src/app/services/auth/auth.service.ts diff --git a/frontend/login-counter/src/app/services/confirmation-dialog/confirmation-dialog.service.spec.ts b/frontend/app/src/app/services/confirmation-dialog/confirmation-dialog.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/confirmation-dialog/confirmation-dialog.service.spec.ts rename to frontend/app/src/app/services/confirmation-dialog/confirmation-dialog.service.spec.ts diff --git a/frontend/login-counter/src/app/services/confirmation-dialog/confirmation-dialog.service.ts b/frontend/app/src/app/services/confirmation-dialog/confirmation-dialog.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/confirmation-dialog/confirmation-dialog.service.ts rename to frontend/app/src/app/services/confirmation-dialog/confirmation-dialog.service.ts diff --git a/frontend/login-counter/src/app/services/data/data.service.spec.ts b/frontend/app/src/app/services/data/data.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/data/data.service.spec.ts rename to frontend/app/src/app/services/data/data.service.spec.ts diff --git a/frontend/login-counter/src/app/services/data/data.service.ts b/frontend/app/src/app/services/data/data.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/data/data.service.ts rename to frontend/app/src/app/services/data/data.service.ts diff --git a/frontend/login-counter/src/app/services/error-handler/error-handler.service.spec.ts b/frontend/app/src/app/services/error-handler/error-handler.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/error-handler/error-handler.service.spec.ts rename to frontend/app/src/app/services/error-handler/error-handler.service.spec.ts diff --git a/frontend/login-counter/src/app/services/error-handler/error-handler.service.ts b/frontend/app/src/app/services/error-handler/error-handler.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/error-handler/error-handler.service.ts rename to frontend/app/src/app/services/error-handler/error-handler.service.ts diff --git a/frontend/login-counter/src/app/services/gui/gui.service.spec.ts b/frontend/app/src/app/services/gui/gui.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/gui/gui.service.spec.ts rename to frontend/app/src/app/services/gui/gui.service.spec.ts diff --git a/frontend/login-counter/src/app/services/gui/gui.service.ts b/frontend/app/src/app/services/gui/gui.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/gui/gui.service.ts rename to frontend/app/src/app/services/gui/gui.service.ts diff --git a/frontend/login-counter/src/app/services/settings/settings.service.spec.ts b/frontend/app/src/app/services/settings/settings.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/settings/settings.service.spec.ts rename to frontend/app/src/app/services/settings/settings.service.spec.ts diff --git a/frontend/login-counter/src/app/services/settings/settings.service.ts b/frontend/app/src/app/services/settings/settings.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/settings/settings.service.ts rename to frontend/app/src/app/services/settings/settings.service.ts diff --git a/frontend/login-counter/src/app/services/signalr/signalr.service.spec.ts b/frontend/app/src/app/services/signalr/signalr.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/signalr/signalr.service.spec.ts rename to frontend/app/src/app/services/signalr/signalr.service.spec.ts diff --git a/frontend/login-counter/src/app/services/signalr/signalr.service.ts b/frontend/app/src/app/services/signalr/signalr.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/signalr/signalr.service.ts rename to frontend/app/src/app/services/signalr/signalr.service.ts diff --git a/frontend/login-counter/src/app/services/spinner/spinner.service.spec.ts b/frontend/app/src/app/services/spinner/spinner.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/spinner/spinner.service.spec.ts rename to frontend/app/src/app/services/spinner/spinner.service.spec.ts diff --git a/frontend/login-counter/src/app/services/spinner/spinner.service.ts b/frontend/app/src/app/services/spinner/spinner.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/spinner/spinner.service.ts rename to frontend/app/src/app/services/spinner/spinner.service.ts diff --git a/frontend/login-counter/src/app/services/theme/theme.service.spec.ts b/frontend/app/src/app/services/theme/theme.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/theme/theme.service.spec.ts rename to frontend/app/src/app/services/theme/theme.service.spec.ts diff --git a/frontend/login-counter/src/app/services/theme/theme.service.ts b/frontend/app/src/app/services/theme/theme.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/theme/theme.service.ts rename to frontend/app/src/app/services/theme/theme.service.ts diff --git a/frontend/login-counter/src/app/services/toast/toast.service.spec.ts b/frontend/app/src/app/services/toast/toast.service.spec.ts similarity index 100% rename from frontend/login-counter/src/app/services/toast/toast.service.spec.ts rename to frontend/app/src/app/services/toast/toast.service.spec.ts diff --git a/frontend/login-counter/src/app/services/toast/toast.service.ts b/frontend/app/src/app/services/toast/toast.service.ts similarity index 100% rename from frontend/login-counter/src/app/services/toast/toast.service.ts rename to frontend/app/src/app/services/toast/toast.service.ts diff --git a/frontend/login-counter/src/assets/.gitkeep b/frontend/app/src/assets/.gitkeep similarity index 100% rename from frontend/login-counter/src/assets/.gitkeep rename to frontend/app/src/assets/.gitkeep diff --git a/frontend/login-counter/src/assets/config.json b/frontend/app/src/assets/config.json similarity index 100% rename from frontend/login-counter/src/assets/config.json rename to frontend/app/src/assets/config.json diff --git a/frontend/login-counter/src/assets/i18n/de.json b/frontend/app/src/assets/i18n/de.json similarity index 100% rename from frontend/login-counter/src/assets/i18n/de.json rename to frontend/app/src/assets/i18n/de.json diff --git a/frontend/login-counter/src/assets/i18n/en.json b/frontend/app/src/assets/i18n/en.json similarity index 100% rename from frontend/login-counter/src/assets/i18n/en.json rename to frontend/app/src/assets/i18n/en.json diff --git a/frontend/login-counter/src/assets/images/favicon.ico b/frontend/app/src/assets/images/favicon.ico similarity index 100% rename from frontend/login-counter/src/assets/images/favicon.ico rename to frontend/app/src/assets/images/favicon.ico diff --git a/frontend/login-counter/src/environments/environment.prod.ts b/frontend/app/src/environments/environment.prod.ts similarity index 100% rename from frontend/login-counter/src/environments/environment.prod.ts rename to frontend/app/src/environments/environment.prod.ts diff --git a/frontend/login-counter/src/environments/environment.ts b/frontend/app/src/environments/environment.ts similarity index 100% rename from frontend/login-counter/src/environments/environment.ts rename to frontend/app/src/environments/environment.ts diff --git a/frontend/login-counter/src/index.html b/frontend/app/src/index.html similarity index 100% rename from frontend/login-counter/src/index.html rename to frontend/app/src/index.html diff --git a/frontend/login-counter/src/main.ts b/frontend/app/src/main.ts similarity index 100% rename from frontend/login-counter/src/main.ts rename to frontend/app/src/main.ts diff --git a/frontend/login-counter/src/polyfills.ts b/frontend/app/src/polyfills.ts similarity index 100% rename from frontend/login-counter/src/polyfills.ts rename to frontend/app/src/polyfills.ts diff --git a/frontend/login-counter/src/styles.scss b/frontend/app/src/styles.scss similarity index 100% rename from frontend/login-counter/src/styles.scss rename to frontend/app/src/styles.scss diff --git a/frontend/login-counter/src/styles/constants.scss b/frontend/app/src/styles/constants.scss similarity index 100% rename from frontend/login-counter/src/styles/constants.scss rename to frontend/app/src/styles/constants.scss diff --git a/frontend/login-counter/src/styles/primeng-fixes.scss b/frontend/app/src/styles/primeng-fixes.scss similarity index 100% rename from frontend/login-counter/src/styles/primeng-fixes.scss rename to frontend/app/src/styles/primeng-fixes.scss diff --git a/frontend/login-counter/src/styles/themes/default-dark-theme.scss b/frontend/app/src/styles/themes/default-dark-theme.scss similarity index 100% rename from frontend/login-counter/src/styles/themes/default-dark-theme.scss rename to frontend/app/src/styles/themes/default-dark-theme.scss diff --git a/frontend/login-counter/src/styles/themes/default-light-theme.scss b/frontend/app/src/styles/themes/default-light-theme.scss similarity index 100% rename from frontend/login-counter/src/styles/themes/default-light-theme.scss rename to frontend/app/src/styles/themes/default-light-theme.scss diff --git a/frontend/login-counter/src/styles/themes/sh-edraft-dark-theme.scss b/frontend/app/src/styles/themes/sh-edraft-dark-theme.scss similarity index 100% rename from frontend/login-counter/src/styles/themes/sh-edraft-dark-theme.scss rename to frontend/app/src/styles/themes/sh-edraft-dark-theme.scss diff --git a/frontend/login-counter/src/styles/themes/sh-edraft-light-theme.scss b/frontend/app/src/styles/themes/sh-edraft-light-theme.scss similarity index 100% rename from frontend/login-counter/src/styles/themes/sh-edraft-light-theme.scss rename to frontend/app/src/styles/themes/sh-edraft-light-theme.scss diff --git a/frontend/login-counter/src/test.ts b/frontend/app/src/test.ts similarity index 100% rename from frontend/login-counter/src/test.ts rename to frontend/app/src/test.ts diff --git a/frontend/login-counter/tsconfig.app.json b/frontend/app/tsconfig.app.json similarity index 100% rename from frontend/login-counter/tsconfig.app.json rename to frontend/app/tsconfig.app.json diff --git a/frontend/login-counter/tsconfig.json b/frontend/app/tsconfig.json similarity index 100% rename from frontend/login-counter/tsconfig.json rename to frontend/app/tsconfig.json diff --git a/frontend/login-counter/tsconfig.spec.json b/frontend/app/tsconfig.spec.json similarity index 100% rename from frontend/login-counter/tsconfig.spec.json rename to frontend/app/tsconfig.spec.json diff --git a/frontend/login-counter/tslint.json b/frontend/app/tslint.json similarity index 100% rename from frontend/login-counter/tslint.json rename to frontend/app/tslint.json diff --git a/frontend/login-counter/update-version.ts b/frontend/app/update-version.ts similarity index 100% rename from frontend/login-counter/update-version.ts rename to frontend/app/update-version.ts