diff --git a/src/App/.htaccess b/src/.htaccess similarity index 100% rename from src/App/.htaccess rename to src/.htaccess diff --git a/src/App/components/cart/Cart.php b/src/components/cart/Cart.php similarity index 100% rename from src/App/components/cart/Cart.php rename to src/components/cart/Cart.php diff --git a/src/App/components/category/Category.php b/src/components/category/Category.php similarity index 100% rename from src/App/components/category/Category.php rename to src/components/category/Category.php diff --git a/src/App/components/home/Home.php b/src/components/home/Home.php similarity index 100% rename from src/App/components/home/Home.php rename to src/components/home/Home.php diff --git a/src/App/components/home/NotFound.php b/src/components/home/NotFound.php similarity index 100% rename from src/App/components/home/NotFound.php rename to src/components/home/NotFound.php diff --git a/src/App/components/login/Login.php b/src/components/login/Login.php similarity index 100% rename from src/App/components/login/Login.php rename to src/components/login/Login.php diff --git a/src/App/components/login/Logout.php b/src/components/login/Logout.php similarity index 100% rename from src/App/components/login/Logout.php rename to src/components/login/Logout.php diff --git a/src/App/components/login/Register.php b/src/components/login/Register.php similarity index 100% rename from src/App/components/login/Register.php rename to src/components/login/Register.php diff --git a/src/App/components/product/AddProduct.php b/src/components/product/AddProduct.php similarity index 100% rename from src/App/components/product/AddProduct.php rename to src/components/product/AddProduct.php diff --git a/src/App/components/product/EditProduct.php b/src/components/product/EditProduct.php similarity index 100% rename from src/App/components/product/EditProduct.php rename to src/components/product/EditProduct.php diff --git a/src/App/components/product/Product.php b/src/components/product/Product.php similarity index 100% rename from src/App/components/product/Product.php rename to src/components/product/Product.php diff --git a/src/App/components/profile/EditProfile.php b/src/components/profile/EditProfile.php similarity index 100% rename from src/App/components/profile/EditProfile.php rename to src/components/profile/EditProfile.php diff --git a/src/App/components/profile/Profile.php b/src/components/profile/Profile.php similarity index 100% rename from src/App/components/profile/Profile.php rename to src/components/profile/Profile.php diff --git a/src/App/components/template/Navbar.php b/src/components/template/Navbar.php similarity index 100% rename from src/App/components/template/Navbar.php rename to src/components/template/Navbar.php diff --git a/src/App/components/template/Pagination.php b/src/components/template/Pagination.php similarity index 100% rename from src/App/components/template/Pagination.php rename to src/components/template/Pagination.php diff --git a/src/App/components/template/ProductCard.php b/src/components/template/ProductCard.php similarity index 100% rename from src/App/components/template/ProductCard.php rename to src/components/template/ProductCard.php diff --git a/src/App/controller/Controller.php b/src/controller/Controller.php similarity index 100% rename from src/App/controller/Controller.php rename to src/controller/Controller.php diff --git a/src/App/controller/cart/AddCartController.php b/src/controller/cart/AddCartController.php similarity index 100% rename from src/App/controller/cart/AddCartController.php rename to src/controller/cart/AddCartController.php diff --git a/src/App/controller/cart/CartController.php b/src/controller/cart/CartController.php similarity index 100% rename from src/App/controller/cart/CartController.php rename to src/controller/cart/CartController.php diff --git a/src/App/controller/cart/CheckoutController.php b/src/controller/cart/CheckoutController.php similarity index 100% rename from src/App/controller/cart/CheckoutController.php rename to src/controller/cart/CheckoutController.php diff --git a/src/App/controller/cart/DeleteCartController.php b/src/controller/cart/DeleteCartController.php similarity index 100% rename from src/App/controller/cart/DeleteCartController.php rename to src/controller/cart/DeleteCartController.php diff --git a/src/App/controller/cart/UpdateCartController.php b/src/controller/cart/UpdateCartController.php similarity index 100% rename from src/App/controller/cart/UpdateCartController.php rename to src/controller/cart/UpdateCartController.php diff --git a/src/App/controller/category/AddCategoryController.php b/src/controller/category/AddCategoryController.php similarity index 100% rename from src/App/controller/category/AddCategoryController.php rename to src/controller/category/AddCategoryController.php diff --git a/src/App/controller/category/CategoryController.php b/src/controller/category/CategoryController.php similarity index 100% rename from src/App/controller/category/CategoryController.php rename to src/controller/category/CategoryController.php diff --git a/src/App/controller/category/DeleteCategoryController.php b/src/controller/category/DeleteCategoryController.php similarity index 100% rename from src/App/controller/category/DeleteCategoryController.php rename to src/controller/category/DeleteCategoryController.php diff --git a/src/App/controller/category/EditCategoryController.php b/src/controller/category/EditCategoryController.php similarity index 100% rename from src/App/controller/category/EditCategoryController.php rename to src/controller/category/EditCategoryController.php diff --git a/src/App/controller/function/arrayPagination.php b/src/controller/function/arrayPagination.php similarity index 100% rename from src/App/controller/function/arrayPagination.php rename to src/controller/function/arrayPagination.php diff --git a/src/App/controller/function/getUserRole.php b/src/controller/function/getUserRole.php similarity index 100% rename from src/App/controller/function/getUserRole.php rename to src/controller/function/getUserRole.php diff --git a/src/App/controller/home/HomeController.php b/src/controller/home/HomeController.php similarity index 100% rename from src/App/controller/home/HomeController.php rename to src/controller/home/HomeController.php diff --git a/src/App/controller/home/NotFoundController.php b/src/controller/home/NotFoundController.php similarity index 100% rename from src/App/controller/home/NotFoundController.php rename to src/controller/home/NotFoundController.php diff --git a/src/App/controller/login/LoginController.php b/src/controller/login/LoginController.php similarity index 100% rename from src/App/controller/login/LoginController.php rename to src/controller/login/LoginController.php diff --git a/src/App/controller/login/LogoutController.php b/src/controller/login/LogoutController.php similarity index 100% rename from src/App/controller/login/LogoutController.php rename to src/controller/login/LogoutController.php diff --git a/src/App/controller/login/RegisterController.php b/src/controller/login/RegisterController.php similarity index 100% rename from src/App/controller/login/RegisterController.php rename to src/controller/login/RegisterController.php diff --git a/src/App/controller/product/AddProductController.php b/src/controller/product/AddProductController.php similarity index 100% rename from src/App/controller/product/AddProductController.php rename to src/controller/product/AddProductController.php diff --git a/src/App/controller/product/DeleteProductController.php b/src/controller/product/DeleteProductController.php similarity index 100% rename from src/App/controller/product/DeleteProductController.php rename to src/controller/product/DeleteProductController.php diff --git a/src/App/controller/product/EditProductController.php b/src/controller/product/EditProductController.php similarity index 100% rename from src/App/controller/product/EditProductController.php rename to src/controller/product/EditProductController.php diff --git a/src/App/controller/product/ProductController.php b/src/controller/product/ProductController.php similarity index 100% rename from src/App/controller/product/ProductController.php rename to src/controller/product/ProductController.php diff --git a/src/App/controller/profile/EditProfileController.php b/src/controller/profile/EditProfileController.php similarity index 100% rename from src/App/controller/profile/EditProfileController.php rename to src/controller/profile/EditProfileController.php diff --git a/src/App/controller/profile/ProfileController.php b/src/controller/profile/ProfileController.php similarity index 100% rename from src/App/controller/profile/ProfileController.php rename to src/controller/profile/ProfileController.php diff --git a/src/App/database.php b/src/database.php similarity index 100% rename from src/App/database.php rename to src/database.php diff --git a/src/App/index.php b/src/index.php similarity index 100% rename from src/App/index.php rename to src/index.php diff --git a/src/App/models/CartModel.php b/src/models/CartModel.php similarity index 100% rename from src/App/models/CartModel.php rename to src/models/CartModel.php diff --git a/src/App/models/CategoryModel.php b/src/models/CategoryModel.php similarity index 100% rename from src/App/models/CategoryModel.php rename to src/models/CategoryModel.php diff --git a/src/App/models/Model.php b/src/models/Model.php similarity index 100% rename from src/App/models/Model.php rename to src/models/Model.php diff --git a/src/App/models/ProductFileModel.php b/src/models/ProductFileModel.php similarity index 100% rename from src/App/models/ProductFileModel.php rename to src/models/ProductFileModel.php diff --git a/src/App/models/ProductModel.php b/src/models/ProductModel.php similarity index 100% rename from src/App/models/ProductModel.php rename to src/models/ProductModel.php diff --git a/src/App/models/UserModel.php b/src/models/UserModel.php similarity index 100% rename from src/App/models/UserModel.php rename to src/models/UserModel.php diff --git a/src/App/public/scripts/Cart/cart.js b/src/public/scripts/Cart/cart.js similarity index 100% rename from src/App/public/scripts/Cart/cart.js rename to src/public/scripts/Cart/cart.js diff --git a/src/App/public/scripts/Category/category.js b/src/public/scripts/Category/category.js similarity index 100% rename from src/App/public/scripts/Category/category.js rename to src/public/scripts/Category/category.js diff --git a/src/App/public/scripts/functions/debounce.js b/src/public/scripts/functions/debounce.js similarity index 100% rename from src/App/public/scripts/functions/debounce.js rename to src/public/scripts/functions/debounce.js diff --git a/src/App/public/scripts/home/paginateForm.js b/src/public/scripts/home/paginateForm.js similarity index 100% rename from src/App/public/scripts/home/paginateForm.js rename to src/public/scripts/home/paginateForm.js diff --git a/src/App/public/scripts/home/search.js b/src/public/scripts/home/search.js similarity index 100% rename from src/App/public/scripts/home/search.js rename to src/public/scripts/home/search.js diff --git a/src/App/public/scripts/popup.js b/src/public/scripts/popup.js similarity index 100% rename from src/App/public/scripts/popup.js rename to src/public/scripts/popup.js diff --git a/src/App/public/storage/image/default.jpg b/src/public/storage/image/default.jpg similarity index 100% rename from src/App/public/storage/image/default.jpg rename to src/public/storage/image/default.jpg diff --git a/src/App/public/styles/Global.css b/src/public/styles/Global.css similarity index 100% rename from src/App/public/styles/Global.css rename to src/public/styles/Global.css diff --git a/src/App/public/styles/cart/Cart.css b/src/public/styles/cart/Cart.css similarity index 100% rename from src/App/public/styles/cart/Cart.css rename to src/public/styles/cart/Cart.css diff --git a/src/App/public/styles/category/addCategory.css b/src/public/styles/category/addCategory.css similarity index 100% rename from src/App/public/styles/category/addCategory.css rename to src/public/styles/category/addCategory.css diff --git a/src/App/public/styles/category/category.css b/src/public/styles/category/category.css similarity index 100% rename from src/App/public/styles/category/category.css rename to src/public/styles/category/category.css diff --git a/src/App/public/styles/home/Home.css b/src/public/styles/home/Home.css similarity index 100% rename from src/App/public/styles/home/Home.css rename to src/public/styles/home/Home.css diff --git a/src/App/public/styles/login/Login.css b/src/public/styles/login/Login.css similarity index 100% rename from src/App/public/styles/login/Login.css rename to src/public/styles/login/Login.css diff --git a/src/App/public/styles/product/ProductCard.css b/src/public/styles/product/ProductCard.css similarity index 100% rename from src/App/public/styles/product/ProductCard.css rename to src/public/styles/product/ProductCard.css diff --git a/src/App/public/styles/product/addProduct.css b/src/public/styles/product/addProduct.css similarity index 100% rename from src/App/public/styles/product/addProduct.css rename to src/public/styles/product/addProduct.css diff --git a/src/App/public/styles/product/product.css b/src/public/styles/product/product.css similarity index 100% rename from src/App/public/styles/product/product.css rename to src/public/styles/product/product.css diff --git a/src/App/public/styles/profile/Profile.css b/src/public/styles/profile/Profile.css similarity index 100% rename from src/App/public/styles/profile/Profile.css rename to src/public/styles/profile/Profile.css diff --git a/src/App/public/styles/template/Navbar.css b/src/public/styles/template/Navbar.css similarity index 100% rename from src/App/public/styles/template/Navbar.css rename to src/public/styles/template/Navbar.css diff --git a/src/App/views/Routes.php b/src/views/Routes.php similarity index 100% rename from src/App/views/Routes.php rename to src/views/Routes.php diff --git a/src/App/views/Routing.php b/src/views/Routing.php similarity index 100% rename from src/App/views/Routing.php rename to src/views/Routing.php diff --git a/src/App/views/View.php b/src/views/View.php similarity index 100% rename from src/App/views/View.php rename to src/views/View.php