diff --git a/backend/api/handlers.go b/web/api/handlers.go similarity index 100% rename from backend/api/handlers.go rename to web/api/handlers.go diff --git a/backend/api/routes.go b/web/api/routes.go similarity index 100% rename from backend/api/routes.go rename to web/api/routes.go diff --git a/backend/api/utils.go b/web/api/utils.go similarity index 100% rename from backend/api/utils.go rename to web/api/utils.go diff --git a/backend/db/db.go b/web/db/db.go similarity index 100% rename from backend/db/db.go rename to web/db/db.go diff --git a/backend/go.mod b/web/go.mod similarity index 100% rename from backend/go.mod rename to web/go.mod diff --git a/backend/go.sum b/web/go.sum similarity index 100% rename from backend/go.sum rename to web/go.sum diff --git a/backend/models/models.go b/web/models/models.go similarity index 100% rename from backend/models/models.go rename to web/models/models.go