diff --git a/app/.eslintrc.json b/backend/.eslintrc.json similarity index 100% rename from app/.eslintrc.json rename to backend/.eslintrc.json diff --git a/app/package-lock.json b/backend/package-lock.json similarity index 100% rename from app/package-lock.json rename to backend/package-lock.json diff --git a/app/package.json b/backend/package.json similarity index 100% rename from app/package.json rename to backend/package.json diff --git a/app/src/app.ts b/backend/src/app.ts similarity index 100% rename from app/src/app.ts rename to backend/src/app.ts diff --git a/app/src/controllers/foo.controller.ts b/backend/src/controllers/foo.controller.ts similarity index 100% rename from app/src/controllers/foo.controller.ts rename to backend/src/controllers/foo.controller.ts diff --git a/app/src/router.ts b/backend/src/router.ts similarity index 100% rename from app/src/router.ts rename to backend/src/router.ts diff --git a/app/src/services/foo.service.ts b/backend/src/services/foo.service.ts similarity index 100% rename from app/src/services/foo.service.ts rename to backend/src/services/foo.service.ts diff --git a/app/tsconfig.json b/backend/tsconfig.json similarity index 100% rename from app/tsconfig.json rename to backend/tsconfig.json diff --git a/app/views/error.ejs b/backend/views/error.ejs similarity index 100% rename from app/views/error.ejs rename to backend/views/error.ejs diff --git a/app/views/layout.ejs b/backend/views/layout.ejs similarity index 100% rename from app/views/layout.ejs rename to backend/views/layout.ejs