diff --git a/frontend/.env b/router-dashboard/.env similarity index 100% rename from frontend/.env rename to router-dashboard/.env diff --git a/backend/.gitignore b/router-dashboard/.gitignore similarity index 100% rename from backend/.gitignore rename to router-dashboard/.gitignore diff --git a/frontend/README.md b/router-dashboard/README.md similarity index 100% rename from frontend/README.md rename to router-dashboard/README.md diff --git a/frontend/dockerfile b/router-dashboard/dockerfile similarity index 100% rename from frontend/dockerfile rename to router-dashboard/dockerfile diff --git a/frontend/eslint.config.js b/router-dashboard/eslint.config.js similarity index 100% rename from frontend/eslint.config.js rename to router-dashboard/eslint.config.js diff --git a/frontend/index.html b/router-dashboard/index.html similarity index 100% rename from frontend/index.html rename to router-dashboard/index.html diff --git a/frontend/package-lock.json b/router-dashboard/package-lock.json similarity index 100% rename from frontend/package-lock.json rename to router-dashboard/package-lock.json diff --git a/frontend/package.json b/router-dashboard/package.json similarity index 100% rename from frontend/package.json rename to router-dashboard/package.json diff --git a/frontend/postcss.config.js b/router-dashboard/postcss.config.js similarity index 100% rename from frontend/postcss.config.js rename to router-dashboard/postcss.config.js diff --git a/frontend/public/vite.svg b/router-dashboard/public/vite.svg similarity index 100% rename from frontend/public/vite.svg rename to router-dashboard/public/vite.svg diff --git a/frontend/settings-json/router-client-config.json b/router-dashboard/settings-json/router-client-config.json similarity index 100% rename from frontend/settings-json/router-client-config.json rename to router-dashboard/settings-json/router-client-config.json diff --git a/frontend/settings-json/router-server-config.json b/router-dashboard/settings-json/router-server-config.json similarity index 100% rename from frontend/settings-json/router-server-config.json rename to router-dashboard/settings-json/router-server-config.json diff --git a/frontend/src/App.css b/router-dashboard/src/App.css similarity index 100% rename from frontend/src/App.css rename to router-dashboard/src/App.css diff --git a/frontend/src/App.tsx b/router-dashboard/src/App.tsx similarity index 100% rename from frontend/src/App.tsx rename to router-dashboard/src/App.tsx diff --git a/frontend/src/assets/images/ve-logo-tm.svg b/router-dashboard/src/assets/images/ve-logo-tm.svg similarity index 100% rename from frontend/src/assets/images/ve-logo-tm.svg rename to router-dashboard/src/assets/images/ve-logo-tm.svg diff --git a/frontend/src/assets/react.svg b/router-dashboard/src/assets/react.svg similarity index 100% rename from frontend/src/assets/react.svg rename to router-dashboard/src/assets/react.svg diff --git a/frontend/src/components/dashboard/Dashboard.tsx b/router-dashboard/src/components/dashboard/Dashboard.tsx similarity index 100% rename from frontend/src/components/dashboard/Dashboard.tsx rename to router-dashboard/src/components/dashboard/Dashboard.tsx diff --git a/frontend/src/components/dashboard/DashboardLayout.tsx b/router-dashboard/src/components/dashboard/DashboardLayout.tsx similarity index 100% rename from frontend/src/components/dashboard/DashboardLayout.tsx rename to router-dashboard/src/components/dashboard/DashboardLayout.tsx diff --git a/frontend/src/components/dashboard/Header.tsx b/router-dashboard/src/components/dashboard/Header.tsx similarity index 100% rename from frontend/src/components/dashboard/Header.tsx rename to router-dashboard/src/components/dashboard/Header.tsx diff --git a/frontend/src/components/dashboard/Navbar.tsx b/router-dashboard/src/components/dashboard/Navbar.tsx similarity index 100% rename from frontend/src/components/dashboard/Navbar.tsx rename to router-dashboard/src/components/dashboard/Navbar.tsx diff --git a/frontend/src/components/dashboard/RouterManagement.tsx b/router-dashboard/src/components/dashboard/RouterManagement.tsx similarity index 100% rename from frontend/src/components/dashboard/RouterManagement.tsx rename to router-dashboard/src/components/dashboard/RouterManagement.tsx diff --git a/frontend/src/components/dashboard/RouterTable.tsx b/router-dashboard/src/components/dashboard/RouterTable.tsx similarity index 100% rename from frontend/src/components/dashboard/RouterTable.tsx rename to router-dashboard/src/components/dashboard/RouterTable.tsx diff --git a/frontend/src/components/dashboard/RouterTableLogic.tsx b/router-dashboard/src/components/dashboard/RouterTableLogic.tsx similarity index 100% rename from frontend/src/components/dashboard/RouterTableLogic.tsx rename to router-dashboard/src/components/dashboard/RouterTableLogic.tsx diff --git a/frontend/src/components/dashboard/RouterTableRow.tsx b/router-dashboard/src/components/dashboard/RouterTableRow.tsx similarity index 100% rename from frontend/src/components/dashboard/RouterTableRow.tsx rename to router-dashboard/src/components/dashboard/RouterTableRow.tsx diff --git a/frontend/src/components/dashboard/pages/RouterManagement.tsx b/router-dashboard/src/components/dashboard/pages/RouterManagement.tsx similarity index 100% rename from frontend/src/components/dashboard/pages/RouterManagement.tsx rename to router-dashboard/src/components/dashboard/pages/RouterManagement.tsx diff --git a/frontend/src/config/env.ts b/router-dashboard/src/config/env.ts similarity index 100% rename from frontend/src/config/env.ts rename to router-dashboard/src/config/env.ts diff --git a/frontend/src/data/mockData.ts b/router-dashboard/src/data/mockData.ts similarity index 100% rename from frontend/src/data/mockData.ts rename to router-dashboard/src/data/mockData.ts diff --git a/frontend/src/hooks b/router-dashboard/src/hooks similarity index 100% rename from frontend/src/hooks rename to router-dashboard/src/hooks diff --git a/frontend/src/index.css b/router-dashboard/src/index.css similarity index 100% rename from frontend/src/index.css rename to router-dashboard/src/index.css diff --git a/frontend/src/main.tsx b/router-dashboard/src/main.tsx similarity index 100% rename from frontend/src/main.tsx rename to router-dashboard/src/main.tsx diff --git a/frontend/src/services/api.service.ts b/router-dashboard/src/services/api.service.ts similarity index 100% rename from frontend/src/services/api.service.ts rename to router-dashboard/src/services/api.service.ts diff --git a/frontend/src/services/index.ts b/router-dashboard/src/services/index.ts similarity index 100% rename from frontend/src/services/index.ts rename to router-dashboard/src/services/index.ts diff --git a/frontend/src/types/backend.ts b/router-dashboard/src/types/backend.ts similarity index 100% rename from frontend/src/types/backend.ts rename to router-dashboard/src/types/backend.ts diff --git a/frontend/src/types/index.ts b/router-dashboard/src/types/index.ts similarity index 100% rename from frontend/src/types/index.ts rename to router-dashboard/src/types/index.ts diff --git a/frontend/src/utils/statusHelpers.ts b/router-dashboard/src/utils/statusHelpers.ts similarity index 100% rename from frontend/src/utils/statusHelpers.ts rename to router-dashboard/src/utils/statusHelpers.ts diff --git a/frontend/src/vite-env.d.ts b/router-dashboard/src/vite-env.d.ts similarity index 100% rename from frontend/src/vite-env.d.ts rename to router-dashboard/src/vite-env.d.ts diff --git a/frontend/tailwind.config.js b/router-dashboard/tailwind.config.js similarity index 100% rename from frontend/tailwind.config.js rename to router-dashboard/tailwind.config.js diff --git a/frontend/tsconfig.app.json b/router-dashboard/tsconfig.app.json similarity index 100% rename from frontend/tsconfig.app.json rename to router-dashboard/tsconfig.app.json diff --git a/frontend/tsconfig.json b/router-dashboard/tsconfig.json similarity index 100% rename from frontend/tsconfig.json rename to router-dashboard/tsconfig.json diff --git a/frontend/tsconfig.node.json b/router-dashboard/tsconfig.node.json similarity index 100% rename from frontend/tsconfig.node.json rename to router-dashboard/tsconfig.node.json diff --git a/frontend/vite.config.ts b/router-dashboard/vite.config.ts similarity index 100% rename from frontend/vite.config.ts rename to router-dashboard/vite.config.ts diff --git a/backend/.env b/ve-router-backend/.env similarity index 100% rename from backend/.env rename to ve-router-backend/.env diff --git a/frontend/.gitignore b/ve-router-backend/.gitignore similarity index 100% rename from frontend/.gitignore rename to ve-router-backend/.gitignore diff --git a/backend/README.md b/ve-router-backend/README.md similarity index 100% rename from backend/README.md rename to ve-router-backend/README.md diff --git a/backend/backend-setup.ps1 b/ve-router-backend/backend-setup.ps1 similarity index 100% rename from backend/backend-setup.ps1 rename to ve-router-backend/backend-setup.ps1 diff --git a/backend/barrel-setup.ps1 b/ve-router-backend/barrel-setup.ps1 similarity index 100% rename from backend/barrel-setup.ps1 rename to ve-router-backend/barrel-setup.ps1 diff --git a/backend/dockerfile b/ve-router-backend/dockerfile similarity index 100% rename from backend/dockerfile rename to ve-router-backend/dockerfile diff --git a/backend/dockerignore b/ve-router-backend/dockerignore similarity index 100% rename from backend/dockerignore rename to ve-router-backend/dockerignore diff --git a/backend/package-lock.json b/ve-router-backend/package-lock.json similarity index 100% rename from backend/package-lock.json rename to ve-router-backend/package-lock.json diff --git a/backend/package.json b/ve-router-backend/package.json similarity index 100% rename from backend/package.json rename to ve-router-backend/package.json diff --git a/backend/src/app.ts b/ve-router-backend/src/app.ts similarity index 100% rename from backend/src/app.ts rename to ve-router-backend/src/app.ts diff --git a/backend/src/config/config.ts b/ve-router-backend/src/config/config.ts similarity index 100% rename from backend/src/config/config.ts rename to ve-router-backend/src/config/config.ts diff --git a/backend/src/config/db.ts b/ve-router-backend/src/config/db.ts similarity index 100% rename from backend/src/config/db.ts rename to ve-router-backend/src/config/db.ts diff --git a/backend/src/config/index.ts b/ve-router-backend/src/config/index.ts similarity index 100% rename from backend/src/config/index.ts rename to ve-router-backend/src/config/index.ts diff --git a/backend/src/controllers/DicomStudyController.ts b/ve-router-backend/src/controllers/DicomStudyController.ts similarity index 100% rename from backend/src/controllers/DicomStudyController.ts rename to ve-router-backend/src/controllers/DicomStudyController.ts diff --git a/backend/src/controllers/RouterController.ts b/ve-router-backend/src/controllers/RouterController.ts similarity index 100% rename from backend/src/controllers/RouterController.ts rename to ve-router-backend/src/controllers/RouterController.ts diff --git a/backend/src/controllers/index.ts b/ve-router-backend/src/controllers/index.ts similarity index 100% rename from backend/src/controllers/index.ts rename to ve-router-backend/src/controllers/index.ts diff --git a/backend/src/middleware/errorHandler.ts b/ve-router-backend/src/middleware/errorHandler.ts similarity index 100% rename from backend/src/middleware/errorHandler.ts rename to ve-router-backend/src/middleware/errorHandler.ts diff --git a/backend/src/middleware/index.ts b/ve-router-backend/src/middleware/index.ts similarity index 100% rename from backend/src/middleware/index.ts rename to ve-router-backend/src/middleware/index.ts diff --git a/backend/src/repositories/DicomStudyRepository.ts b/ve-router-backend/src/repositories/DicomStudyRepository.ts similarity index 100% rename from backend/src/repositories/DicomStudyRepository.ts rename to ve-router-backend/src/repositories/DicomStudyRepository.ts diff --git a/backend/src/repositories/RouterRepository.ts b/ve-router-backend/src/repositories/RouterRepository.ts similarity index 100% rename from backend/src/repositories/RouterRepository.ts rename to ve-router-backend/src/repositories/RouterRepository.ts diff --git a/backend/src/repositories/index.ts b/ve-router-backend/src/repositories/index.ts similarity index 100% rename from backend/src/repositories/index.ts rename to ve-router-backend/src/repositories/index.ts diff --git a/backend/src/routes/dicom.routes.ts b/ve-router-backend/src/routes/dicom.routes.ts similarity index 100% rename from backend/src/routes/dicom.routes.ts rename to ve-router-backend/src/routes/dicom.routes.ts diff --git a/backend/src/routes/index.ts b/ve-router-backend/src/routes/index.ts similarity index 100% rename from backend/src/routes/index.ts rename to ve-router-backend/src/routes/index.ts diff --git a/backend/src/routes/router.routes.ts b/ve-router-backend/src/routes/router.routes.ts similarity index 100% rename from backend/src/routes/router.routes.ts rename to ve-router-backend/src/routes/router.routes.ts diff --git a/backend/src/services/DicomStudyService.ts b/ve-router-backend/src/services/DicomStudyService.ts similarity index 100% rename from backend/src/services/DicomStudyService.ts rename to ve-router-backend/src/services/DicomStudyService.ts diff --git a/backend/src/services/RouterService.ts b/ve-router-backend/src/services/RouterService.ts similarity index 100% rename from backend/src/services/RouterService.ts rename to ve-router-backend/src/services/RouterService.ts diff --git a/backend/src/services/index.ts b/ve-router-backend/src/services/index.ts similarity index 100% rename from backend/src/services/index.ts rename to ve-router-backend/src/services/index.ts diff --git a/backend/src/types/dicom.ts b/ve-router-backend/src/types/dicom.ts similarity index 100% rename from backend/src/types/dicom.ts rename to ve-router-backend/src/types/dicom.ts diff --git a/backend/src/types/index.ts b/ve-router-backend/src/types/index.ts similarity index 100% rename from backend/src/types/index.ts rename to ve-router-backend/src/types/index.ts diff --git a/backend/src/utils/index.ts b/ve-router-backend/src/utils/index.ts similarity index 100% rename from backend/src/utils/index.ts rename to ve-router-backend/src/utils/index.ts diff --git a/backend/src/utils/logger.ts b/ve-router-backend/src/utils/logger.ts similarity index 100% rename from backend/src/utils/logger.ts rename to ve-router-backend/src/utils/logger.ts diff --git a/backend/tsconfig.json b/ve-router-backend/tsconfig.json similarity index 100% rename from backend/tsconfig.json rename to ve-router-backend/tsconfig.json