diff --git a/prototype/.gitignore b/web_backend/.gitignore similarity index 100% rename from prototype/.gitignore rename to web_backend/.gitignore diff --git a/prototype/build.gradle b/web_backend/build.gradle similarity index 100% rename from prototype/build.gradle rename to web_backend/build.gradle diff --git a/prototype/gradle/wrapper/gradle-wrapper.jar b/web_backend/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from prototype/gradle/wrapper/gradle-wrapper.jar rename to web_backend/gradle/wrapper/gradle-wrapper.jar diff --git a/prototype/gradle/wrapper/gradle-wrapper.properties b/web_backend/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from prototype/gradle/wrapper/gradle-wrapper.properties rename to web_backend/gradle/wrapper/gradle-wrapper.properties diff --git a/prototype/gradlew b/web_backend/gradlew similarity index 100% rename from prototype/gradlew rename to web_backend/gradlew diff --git a/prototype/gradlew.bat b/web_backend/gradlew.bat similarity index 100% rename from prototype/gradlew.bat rename to web_backend/gradlew.bat diff --git a/prototype/scripts/addarticles.sql b/web_backend/scripts/addarticles.sql similarity index 100% rename from prototype/scripts/addarticles.sql rename to web_backend/scripts/addarticles.sql diff --git a/prototype/scripts/addsupplier.sql b/web_backend/scripts/addsupplier.sql similarity index 100% rename from prototype/scripts/addsupplier.sql rename to web_backend/scripts/addsupplier.sql diff --git a/prototype/scripts/addsupplierorders.sql b/web_backend/scripts/addsupplierorders.sql similarity index 100% rename from prototype/scripts/addsupplierorders.sql rename to web_backend/scripts/addsupplierorders.sql diff --git a/prototype/scripts/addusers.sql b/web_backend/scripts/addusers.sql similarity index 100% rename from prototype/scripts/addusers.sql rename to web_backend/scripts/addusers.sql diff --git a/prototype/settings.gradle b/web_backend/settings.gradle similarity index 100% rename from prototype/settings.gradle rename to web_backend/settings.gradle diff --git a/prototype/src/main/java/org/hso/ecommerce/action/booking/CreateBookingAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/booking/CreateBookingAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/booking/CreateBookingAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/booking/CreateBookingAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/cronjob/ReadSupplierDataAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/cronjob/ReadSupplierDataAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/cronjob/ReadSupplierDataAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/cronjob/ReadSupplierDataAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/cronjob/ReorderAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/cronjob/ReorderAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/cronjob/ReorderAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/cronjob/ReorderAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/cronjob/UpdateOffersAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/cronjob/UpdateOffersAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/cronjob/UpdateOffersAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/cronjob/UpdateOffersAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/shop/CreateOrderAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/shop/CreateOrderAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/shop/CreateOrderAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/shop/CreateOrderAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/shop/EnableTrackingAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/shop/EnableTrackingAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/shop/EnableTrackingAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/shop/EnableTrackingAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/shop/GetRandomArticlesAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/shop/GetRandomArticlesAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/shop/GetRandomArticlesAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/shop/GetRandomArticlesAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/shop/SearchByTermAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/shop/SearchByTermAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/shop/SearchByTermAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/shop/SearchByTermAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/user/CreateDeliveryData.java b/web_backend/src/main/java/org/hso/ecommerce/action/user/CreateDeliveryData.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/user/CreateDeliveryData.java rename to web_backend/src/main/java/org/hso/ecommerce/action/user/CreateDeliveryData.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/user/UpdateUserSettingsAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/user/UpdateUserSettingsAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/user/UpdateUserSettingsAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/user/UpdateUserSettingsAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/warehouse/CalculateWarehouseStatsAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/warehouse/CalculateWarehouseStatsAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/warehouse/CalculateWarehouseStatsAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/warehouse/CalculateWarehouseStatsAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/warehouse/CreateManuelBookingAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/warehouse/CreateManuelBookingAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/warehouse/CreateManuelBookingAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/warehouse/CreateManuelBookingAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/action/warehouse/SupplierOrderArrivedAction.java b/web_backend/src/main/java/org/hso/ecommerce/action/warehouse/SupplierOrderArrivedAction.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/action/warehouse/SupplierOrderArrivedAction.java rename to web_backend/src/main/java/org/hso/ecommerce/action/warehouse/SupplierOrderArrivedAction.java diff --git a/prototype/src/main/java/org/hso/ecommerce/api/RestServiceForDelivery.java b/web_backend/src/main/java/org/hso/ecommerce/api/RestServiceForDelivery.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/api/RestServiceForDelivery.java rename to web_backend/src/main/java/org/hso/ecommerce/api/RestServiceForDelivery.java diff --git a/prototype/src/main/java/org/hso/ecommerce/api/SupplierService.java b/web_backend/src/main/java/org/hso/ecommerce/api/SupplierService.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/api/SupplierService.java rename to web_backend/src/main/java/org/hso/ecommerce/api/SupplierService.java diff --git a/prototype/src/main/java/org/hso/ecommerce/api/data/Article.java b/web_backend/src/main/java/org/hso/ecommerce/api/data/Article.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/api/data/Article.java rename to web_backend/src/main/java/org/hso/ecommerce/api/data/Article.java diff --git a/prototype/src/main/java/org/hso/ecommerce/api/data/Order.java b/web_backend/src/main/java/org/hso/ecommerce/api/data/Order.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/api/data/Order.java rename to web_backend/src/main/java/org/hso/ecommerce/api/data/Order.java diff --git a/prototype/src/main/java/org/hso/ecommerce/api/data/OrderConfirmation.java b/web_backend/src/main/java/org/hso/ecommerce/api/data/OrderConfirmation.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/api/data/OrderConfirmation.java rename to web_backend/src/main/java/org/hso/ecommerce/api/data/OrderConfirmation.java diff --git a/prototype/src/main/java/org/hso/ecommerce/api/data/Supplier.java b/web_backend/src/main/java/org/hso/ecommerce/api/data/Supplier.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/api/data/Supplier.java rename to web_backend/src/main/java/org/hso/ecommerce/api/data/Supplier.java diff --git a/prototype/src/main/java/org/hso/ecommerce/api/data/SupplierDiscount.java b/web_backend/src/main/java/org/hso/ecommerce/api/data/SupplierDiscount.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/api/data/SupplierDiscount.java rename to web_backend/src/main/java/org/hso/ecommerce/api/data/SupplierDiscount.java diff --git a/prototype/src/main/java/org/hso/ecommerce/app/Application.java b/web_backend/src/main/java/org/hso/ecommerce/app/Application.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/app/Application.java rename to web_backend/src/main/java/org/hso/ecommerce/app/Application.java diff --git a/prototype/src/main/java/org/hso/ecommerce/app/Config.java b/web_backend/src/main/java/org/hso/ecommerce/app/Config.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/app/Config.java rename to web_backend/src/main/java/org/hso/ecommerce/app/Config.java diff --git a/prototype/src/main/java/org/hso/ecommerce/app/config/AppSettings.java b/web_backend/src/main/java/org/hso/ecommerce/app/config/AppSettings.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/app/config/AppSettings.java rename to web_backend/src/main/java/org/hso/ecommerce/app/config/AppSettings.java diff --git a/prototype/src/main/java/org/hso/ecommerce/app/config/YAMLData.java b/web_backend/src/main/java/org/hso/ecommerce/app/config/YAMLData.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/app/config/YAMLData.java rename to web_backend/src/main/java/org/hso/ecommerce/app/config/YAMLData.java diff --git a/prototype/src/main/java/org/hso/ecommerce/components/AdminInitializer.java b/web_backend/src/main/java/org/hso/ecommerce/components/AdminInitializer.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/components/AdminInitializer.java rename to web_backend/src/main/java/org/hso/ecommerce/components/AdminInitializer.java diff --git a/prototype/src/main/java/org/hso/ecommerce/components/ErrorDemoInterceptor.java b/web_backend/src/main/java/org/hso/ecommerce/components/ErrorDemoInterceptor.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/components/ErrorDemoInterceptor.java rename to web_backend/src/main/java/org/hso/ecommerce/components/ErrorDemoInterceptor.java diff --git a/prototype/src/main/java/org/hso/ecommerce/components/InfoDemoInterceptor.java b/web_backend/src/main/java/org/hso/ecommerce/components/InfoDemoInterceptor.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/components/InfoDemoInterceptor.java rename to web_backend/src/main/java/org/hso/ecommerce/components/InfoDemoInterceptor.java diff --git a/prototype/src/main/java/org/hso/ecommerce/components/LoginIntercepter.java b/web_backend/src/main/java/org/hso/ecommerce/components/LoginIntercepter.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/components/LoginIntercepter.java rename to web_backend/src/main/java/org/hso/ecommerce/components/LoginIntercepter.java diff --git a/prototype/src/main/java/org/hso/ecommerce/components/ShoppingCartInterceptor.java b/web_backend/src/main/java/org/hso/ecommerce/components/ShoppingCartInterceptor.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/components/ShoppingCartInterceptor.java rename to web_backend/src/main/java/org/hso/ecommerce/components/ShoppingCartInterceptor.java diff --git a/prototype/src/main/java/org/hso/ecommerce/components/SlotInitializer.java b/web_backend/src/main/java/org/hso/ecommerce/components/SlotInitializer.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/components/SlotInitializer.java rename to web_backend/src/main/java/org/hso/ecommerce/components/SlotInitializer.java diff --git a/prototype/src/main/java/org/hso/ecommerce/components/SupplierInitializer.java b/web_backend/src/main/java/org/hso/ecommerce/components/SupplierInitializer.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/components/SupplierInitializer.java rename to web_backend/src/main/java/org/hso/ecommerce/components/SupplierInitializer.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/LoginController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/LoginController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/LoginController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/LoginController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/RegisterController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/RegisterController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/RegisterController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/RegisterController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/UserController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/UserController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/UserController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/UserController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/cronjob/AutoSupplierPayment.java b/web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/AutoSupplierPayment.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/cronjob/AutoSupplierPayment.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/AutoSupplierPayment.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/cronjob/CronjobController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/CronjobController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/cronjob/CronjobController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/CronjobController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/cronjob/DashboardCronjob.java b/web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/DashboardCronjob.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/cronjob/DashboardCronjob.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/DashboardCronjob.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/cronjob/ICronjob.java b/web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/ICronjob.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/cronjob/ICronjob.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/ICronjob.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/cronjob/Reorder.java b/web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/Reorder.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/cronjob/Reorder.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/Reorder.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/cronjob/ScheduledCronjob.java b/web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/ScheduledCronjob.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/cronjob/ScheduledCronjob.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/cronjob/ScheduledCronjob.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/DashboardController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/DashboardController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/DashboardController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/DashboardController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/InternArticleController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/InternArticleController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/InternArticleController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/InternArticleController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/InternIndexController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/InternIndexController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/InternIndexController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/InternIndexController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/WarehouseController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/WarehouseController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/WarehouseController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/WarehouseController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/accounting/AccountingController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/accounting/AccountingController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/accounting/AccountingController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/accounting/AccountingController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/accounting/ManualAccountingController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/accounting/ManualAccountingController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/accounting/ManualAccountingController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/accounting/ManualAccountingController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomerOrderController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomerOrderController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomerOrderController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomerOrderController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomersIndexController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomersIndexController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomersIndexController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomersIndexController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierIndexController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierIndexController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierIndexController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierIndexController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierOfferController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierOfferController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierOfferController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierOfferController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierOrderController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierOrderController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierOrderController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/suppliers/SupplierOrderController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/warehouse/ManuelBookingController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/warehouse/ManuelBookingController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/warehouse/ManuelBookingController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/warehouse/ManuelBookingController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/warehouse/SlotsController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/warehouse/SlotsController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/warehouse/SlotsController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/warehouse/SlotsController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/warehouse/TodoController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/intern/warehouse/TodoController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/intern/warehouse/TodoController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/intern/warehouse/TodoController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/shop/ShopArticleController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/shop/ShopArticleController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/shop/ShopArticleController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/shop/ShopArticleController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/shop/ShopCheckoutController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/shop/ShopCheckoutController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/shop/ShopCheckoutController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/shop/ShopCheckoutController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/shop/ShopIndexController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/shop/ShopIndexController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/shop/ShopIndexController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/shop/ShopIndexController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/shop/ShopSearchController.java b/web_backend/src/main/java/org/hso/ecommerce/controller/shop/ShopSearchController.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/controller/shop/ShopSearchController.java rename to web_backend/src/main/java/org/hso/ecommerce/controller/shop/ShopSearchController.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/booking/Booking.java b/web_backend/src/main/java/org/hso/ecommerce/entities/booking/Booking.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/booking/Booking.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/booking/Booking.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/booking/BookingAccountEntry.java b/web_backend/src/main/java/org/hso/ecommerce/entities/booking/BookingAccountEntry.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/booking/BookingAccountEntry.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/booking/BookingAccountEntry.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/booking/BookingReason.java b/web_backend/src/main/java/org/hso/ecommerce/entities/booking/BookingReason.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/booking/BookingReason.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/booking/BookingReason.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/booking/CustomerPayment.java b/web_backend/src/main/java/org/hso/ecommerce/entities/booking/CustomerPayment.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/booking/CustomerPayment.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/booking/CustomerPayment.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/booking/PaymentMethod.java b/web_backend/src/main/java/org/hso/ecommerce/entities/booking/PaymentMethod.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/booking/PaymentMethod.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/booking/PaymentMethod.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/cron/BackgroundJob.java b/web_backend/src/main/java/org/hso/ecommerce/entities/cron/BackgroundJob.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/cron/BackgroundJob.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/cron/BackgroundJob.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/dashboard/DashboardSummary.java b/web_backend/src/main/java/org/hso/ecommerce/entities/dashboard/DashboardSummary.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/dashboard/DashboardSummary.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/dashboard/DashboardSummary.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/shop/Address.java b/web_backend/src/main/java/org/hso/ecommerce/entities/shop/Address.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/shop/Address.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/shop/Address.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/shop/Article.java b/web_backend/src/main/java/org/hso/ecommerce/entities/shop/Article.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/shop/Article.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/shop/Article.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/shop/Category.java b/web_backend/src/main/java/org/hso/ecommerce/entities/shop/Category.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/shop/Category.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/shop/Category.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/shop/CustomerOrder.java b/web_backend/src/main/java/org/hso/ecommerce/entities/shop/CustomerOrder.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/shop/CustomerOrder.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/shop/CustomerOrder.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/shop/CustomerOrderPosition.java b/web_backend/src/main/java/org/hso/ecommerce/entities/shop/CustomerOrderPosition.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/shop/CustomerOrderPosition.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/shop/CustomerOrderPosition.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/shop/Image.java b/web_backend/src/main/java/org/hso/ecommerce/entities/shop/Image.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/shop/Image.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/shop/Image.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/shop/ShoppingCart.java b/web_backend/src/main/java/org/hso/ecommerce/entities/shop/ShoppingCart.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/shop/ShoppingCart.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/shop/ShoppingCart.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/supplier/ArticleOffer.java b/web_backend/src/main/java/org/hso/ecommerce/entities/supplier/ArticleOffer.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/supplier/ArticleOffer.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/supplier/ArticleOffer.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/supplier/Supplier.java b/web_backend/src/main/java/org/hso/ecommerce/entities/supplier/Supplier.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/supplier/Supplier.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/supplier/Supplier.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/supplier/SupplierOrder.java b/web_backend/src/main/java/org/hso/ecommerce/entities/supplier/SupplierOrder.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/supplier/SupplierOrder.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/supplier/SupplierOrder.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/user/User.java b/web_backend/src/main/java/org/hso/ecommerce/entities/user/User.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/user/User.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/user/User.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/warehouse/Slot.java b/web_backend/src/main/java/org/hso/ecommerce/entities/warehouse/Slot.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/warehouse/Slot.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/warehouse/Slot.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBooking.java b/web_backend/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBooking.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBooking.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBooking.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBookingPosition.java b/web_backend/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBookingPosition.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBookingPosition.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBookingPosition.java diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBookingPositionSlotEntry.java b/web_backend/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBookingPositionSlotEntry.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBookingPositionSlotEntry.java rename to web_backend/src/main/java/org/hso/ecommerce/entities/warehouse/WarehouseBookingPositionSlotEntry.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/booking/BookingAccountEntryRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/booking/BookingAccountEntryRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/booking/BookingAccountEntryRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/booking/BookingAccountEntryRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/booking/BookingRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/booking/BookingRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/booking/BookingRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/booking/BookingRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/cronjob/BackgroundJobRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/cronjob/BackgroundJobRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/cronjob/BackgroundJobRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/cronjob/BackgroundJobRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/dashboard/DashboardSummaryRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/dashboard/DashboardSummaryRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/dashboard/DashboardSummaryRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/dashboard/DashboardSummaryRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/shop/ArticleRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/shop/ArticleRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/shop/ArticleRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/shop/ArticleRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/shop/CategoryRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/shop/CategoryRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/shop/CategoryRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/shop/CategoryRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/shop/CustomerOrderRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/shop/CustomerOrderRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/shop/CustomerOrderRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/shop/CustomerOrderRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/shop/ImageRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/shop/ImageRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/shop/ImageRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/shop/ImageRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/shop/OffersRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/shop/OffersRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/shop/OffersRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/shop/OffersRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/supplier/ArticleOfferRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/supplier/ArticleOfferRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/supplier/ArticleOfferRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/supplier/ArticleOfferRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/supplier/SupplierOrderRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/supplier/SupplierOrderRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/supplier/SupplierOrderRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/supplier/SupplierOrderRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/supplier/SupplierRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/supplier/SupplierRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/supplier/SupplierRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/supplier/SupplierRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/user/UserRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/user/UserRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/user/UserRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/user/UserRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/warehouse/SlotRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/warehouse/SlotRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/warehouse/SlotRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/warehouse/SlotRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/warehouse/WarehouseBookingPositionSlotEntryRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/warehouse/WarehouseBookingPositionSlotEntryRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/warehouse/WarehouseBookingPositionSlotEntryRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/warehouse/WarehouseBookingPositionSlotEntryRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/repos/warehouse/WarehouseBookingRepository.java b/web_backend/src/main/java/org/hso/ecommerce/repos/warehouse/WarehouseBookingRepository.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/repos/warehouse/WarehouseBookingRepository.java rename to web_backend/src/main/java/org/hso/ecommerce/repos/warehouse/WarehouseBookingRepository.java diff --git a/prototype/src/main/java/org/hso/ecommerce/uimodel/DeliveryData.java b/web_backend/src/main/java/org/hso/ecommerce/uimodel/DeliveryData.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/uimodel/DeliveryData.java rename to web_backend/src/main/java/org/hso/ecommerce/uimodel/DeliveryData.java diff --git a/prototype/src/main/java/org/hso/ecommerce/uimodel/DeliveryDataEnum.java b/web_backend/src/main/java/org/hso/ecommerce/uimodel/DeliveryDataEnum.java similarity index 100% rename from prototype/src/main/java/org/hso/ecommerce/uimodel/DeliveryDataEnum.java rename to web_backend/src/main/java/org/hso/ecommerce/uimodel/DeliveryDataEnum.java diff --git a/prototype/src/main/resources/application-dev.properties b/web_backend/src/main/resources/application-dev.properties similarity index 100% rename from prototype/src/main/resources/application-dev.properties rename to web_backend/src/main/resources/application-dev.properties diff --git a/prototype/src/main/resources/application.properties b/web_backend/src/main/resources/application.properties similarity index 100% rename from prototype/src/main/resources/application.properties rename to web_backend/src/main/resources/application.properties diff --git a/prototype/src/main/resources/static/css/NoFocus.css b/web_backend/src/main/resources/static/css/NoFocus.css similarity index 100% rename from prototype/src/main/resources/static/css/NoFocus.css rename to web_backend/src/main/resources/static/css/NoFocus.css diff --git a/prototype/src/main/resources/static/css/ecom.css b/web_backend/src/main/resources/static/css/ecom.css similarity index 100% rename from prototype/src/main/resources/static/css/ecom.css rename to web_backend/src/main/resources/static/css/ecom.css diff --git a/prototype/src/main/resources/static/css/fonts.css b/web_backend/src/main/resources/static/css/fonts.css similarity index 100% rename from prototype/src/main/resources/static/css/fonts.css rename to web_backend/src/main/resources/static/css/fonts.css diff --git a/prototype/src/main/resources/static/css/listedArticles.css b/web_backend/src/main/resources/static/css/listedArticles.css similarity index 100% rename from prototype/src/main/resources/static/css/listedArticles.css rename to web_backend/src/main/resources/static/css/listedArticles.css diff --git a/prototype/src/main/resources/static/css/manual-cronjobs.css b/web_backend/src/main/resources/static/css/manual-cronjobs.css similarity index 100% rename from prototype/src/main/resources/static/css/manual-cronjobs.css rename to web_backend/src/main/resources/static/css/manual-cronjobs.css diff --git a/prototype/src/main/resources/static/css/notifications.css b/web_backend/src/main/resources/static/css/notifications.css similarity index 100% rename from prototype/src/main/resources/static/css/notifications.css rename to web_backend/src/main/resources/static/css/notifications.css diff --git a/prototype/src/main/resources/static/favicon.ico b/web_backend/src/main/resources/static/favicon.ico similarity index 100% rename from prototype/src/main/resources/static/favicon.ico rename to web_backend/src/main/resources/static/favicon.ico diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-700.eot b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.eot similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-700.eot rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.eot diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-700.svg b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.svg similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-700.svg rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.svg diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-700.ttf b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.ttf similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-700.ttf rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.ttf diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-700.woff b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.woff similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-700.woff rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.woff diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-700.woff2 b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.woff2 similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-700.woff2 rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-700.woff2 diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.eot b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.eot similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.eot rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.eot diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.svg b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.svg similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.svg rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.svg diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.ttf b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.ttf similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.ttf rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.ttf diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.woff b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.woff similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.woff rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.woff diff --git a/prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.woff2 b/web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.woff2 similarity index 100% rename from prototype/src/main/resources/static/font/fira-mono-v8-latin-regular.woff2 rename to web_backend/src/main/resources/static/font/fira-mono-v8-latin-regular.woff2 diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-300.eot b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.eot similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-300.eot rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.eot diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-300.svg b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.svg similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-300.svg rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.svg diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-300.ttf b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.ttf similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-300.ttf rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.ttf diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-300.woff b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.woff similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-300.woff rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.woff diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-300.woff2 b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.woff2 similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-300.woff2 rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-300.woff2 diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-500.eot b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.eot similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-500.eot rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.eot diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-500.svg b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.svg similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-500.svg rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.svg diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-500.ttf b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.ttf similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-500.ttf rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.ttf diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-500.woff b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.woff similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-500.woff rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.woff diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-500.woff2 b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.woff2 similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-500.woff2 rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-500.woff2 diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-700.eot b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.eot similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-700.eot rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.eot diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-700.svg b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.svg similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-700.svg rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.svg diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-700.ttf b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.ttf similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-700.ttf rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.ttf diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-700.woff b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.woff similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-700.woff rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.woff diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-700.woff2 b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.woff2 similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-700.woff2 rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-700.woff2 diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.eot b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.eot similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.eot rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.eot diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.svg b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.svg similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.svg rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.svg diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.ttf b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.ttf similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.ttf rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.ttf diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.woff b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.woff similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.woff rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.woff diff --git a/prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.woff2 b/web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.woff2 similarity index 100% rename from prototype/src/main/resources/static/font/fira-sans-v10-latin-regular.woff2 rename to web_backend/src/main/resources/static/font/fira-sans-v10-latin-regular.woff2 diff --git a/prototype/src/main/resources/static/img/bell.svg b/web_backend/src/main/resources/static/img/bell.svg similarity index 100% rename from prototype/src/main/resources/static/img/bell.svg rename to web_backend/src/main/resources/static/img/bell.svg diff --git a/prototype/src/main/resources/static/img/ecom-logo-base.svg b/web_backend/src/main/resources/static/img/ecom-logo-base.svg similarity index 100% rename from prototype/src/main/resources/static/img/ecom-logo-base.svg rename to web_backend/src/main/resources/static/img/ecom-logo-base.svg diff --git a/prototype/src/main/resources/static/img/ecom-logo.svg b/web_backend/src/main/resources/static/img/ecom-logo.svg similarity index 100% rename from prototype/src/main/resources/static/img/ecom-logo.svg rename to web_backend/src/main/resources/static/img/ecom-logo.svg diff --git a/prototype/src/main/resources/static/img/error_404_illustatus.svg b/web_backend/src/main/resources/static/img/error_404_illustatus.svg similarity index 100% rename from prototype/src/main/resources/static/img/error_404_illustatus.svg rename to web_backend/src/main/resources/static/img/error_404_illustatus.svg diff --git a/prototype/src/main/resources/static/img/error_generic_illustatus.svg b/web_backend/src/main/resources/static/img/error_generic_illustatus.svg similarity index 100% rename from prototype/src/main/resources/static/img/error_generic_illustatus.svg rename to web_backend/src/main/resources/static/img/error_generic_illustatus.svg diff --git a/prototype/src/main/resources/static/img/undraw_cancel_u1it.svg b/web_backend/src/main/resources/static/img/undraw_cancel_u1it.svg similarity index 100% rename from prototype/src/main/resources/static/img/undraw_cancel_u1it.svg rename to web_backend/src/main/resources/static/img/undraw_cancel_u1it.svg diff --git a/prototype/src/main/resources/static/img/undraw_done_primary.svg b/web_backend/src/main/resources/static/img/undraw_done_primary.svg similarity index 100% rename from prototype/src/main/resources/static/img/undraw_done_primary.svg rename to web_backend/src/main/resources/static/img/undraw_done_primary.svg diff --git a/prototype/src/main/resources/static/img/undraw_done_secondary.svg b/web_backend/src/main/resources/static/img/undraw_done_secondary.svg similarity index 100% rename from prototype/src/main/resources/static/img/undraw_done_secondary.svg rename to web_backend/src/main/resources/static/img/undraw_done_secondary.svg diff --git a/prototype/src/main/resources/static/img/undraw_gift.svg b/web_backend/src/main/resources/static/img/undraw_gift.svg similarity index 100% rename from prototype/src/main/resources/static/img/undraw_gift.svg rename to web_backend/src/main/resources/static/img/undraw_gift.svg diff --git a/prototype/src/main/resources/static/img/undraw_successful_purchase_secondary.svg b/web_backend/src/main/resources/static/img/undraw_successful_purchase_secondary.svg similarity index 100% rename from prototype/src/main/resources/static/img/undraw_successful_purchase_secondary.svg rename to web_backend/src/main/resources/static/img/undraw_successful_purchase_secondary.svg diff --git a/prototype/src/main/resources/static/index.html b/web_backend/src/main/resources/static/index.html similarity index 100% rename from prototype/src/main/resources/static/index.html rename to web_backend/src/main/resources/static/index.html diff --git a/prototype/src/main/resources/static/js/back.js b/web_backend/src/main/resources/static/js/back.js similarity index 100% rename from prototype/src/main/resources/static/js/back.js rename to web_backend/src/main/resources/static/js/back.js diff --git a/prototype/src/main/resources/static/js/chart.js b/web_backend/src/main/resources/static/js/chart.js similarity index 100% rename from prototype/src/main/resources/static/js/chart.js rename to web_backend/src/main/resources/static/js/chart.js diff --git a/prototype/src/main/resources/static/js/editViewUpdateTax.js b/web_backend/src/main/resources/static/js/editViewUpdateTax.js similarity index 100% rename from prototype/src/main/resources/static/js/editViewUpdateTax.js rename to web_backend/src/main/resources/static/js/editViewUpdateTax.js diff --git a/prototype/src/main/resources/static/js/filterTable.js b/web_backend/src/main/resources/static/js/filterTable.js similarity index 100% rename from prototype/src/main/resources/static/js/filterTable.js rename to web_backend/src/main/resources/static/js/filterTable.js diff --git a/prototype/src/main/resources/static/js/main.js b/web_backend/src/main/resources/static/js/main.js similarity index 100% rename from prototype/src/main/resources/static/js/main.js rename to web_backend/src/main/resources/static/js/main.js diff --git a/prototype/src/main/resources/static/js/scrollToContent.js b/web_backend/src/main/resources/static/js/scrollToContent.js similarity index 100% rename from prototype/src/main/resources/static/js/scrollToContent.js rename to web_backend/src/main/resources/static/js/scrollToContent.js diff --git a/prototype/src/main/resources/templates/about.html b/web_backend/src/main/resources/templates/about.html similarity index 100% rename from prototype/src/main/resources/templates/about.html rename to web_backend/src/main/resources/templates/about.html diff --git a/prototype/src/main/resources/templates/error/404.html b/web_backend/src/main/resources/templates/error/404.html similarity index 100% rename from prototype/src/main/resources/templates/error/404.html rename to web_backend/src/main/resources/templates/error/404.html diff --git a/prototype/src/main/resources/templates/error/500.html b/web_backend/src/main/resources/templates/error/500.html similarity index 100% rename from prototype/src/main/resources/templates/error/500.html rename to web_backend/src/main/resources/templates/error/500.html diff --git a/prototype/src/main/resources/templates/fragments/customer.html b/web_backend/src/main/resources/templates/fragments/customer.html similarity index 100% rename from prototype/src/main/resources/templates/fragments/customer.html rename to web_backend/src/main/resources/templates/fragments/customer.html diff --git a/prototype/src/main/resources/templates/fragments/footer.html b/web_backend/src/main/resources/templates/fragments/footer.html similarity index 100% rename from prototype/src/main/resources/templates/fragments/footer.html rename to web_backend/src/main/resources/templates/fragments/footer.html diff --git a/prototype/src/main/resources/templates/fragments/header.html b/web_backend/src/main/resources/templates/fragments/header.html similarity index 100% rename from prototype/src/main/resources/templates/fragments/header.html rename to web_backend/src/main/resources/templates/fragments/header.html diff --git a/prototype/src/main/resources/templates/fragments/intern.html b/web_backend/src/main/resources/templates/fragments/intern.html similarity index 100% rename from prototype/src/main/resources/templates/fragments/intern.html rename to web_backend/src/main/resources/templates/fragments/intern.html diff --git a/prototype/src/main/resources/templates/fragments/shop.html b/web_backend/src/main/resources/templates/fragments/shop.html similarity index 100% rename from prototype/src/main/resources/templates/fragments/shop.html rename to web_backend/src/main/resources/templates/fragments/shop.html diff --git a/prototype/src/main/resources/templates/intern/accounting/addManual.html b/web_backend/src/main/resources/templates/intern/accounting/addManual.html similarity index 100% rename from prototype/src/main/resources/templates/intern/accounting/addManual.html rename to web_backend/src/main/resources/templates/intern/accounting/addManual.html diff --git a/prototype/src/main/resources/templates/intern/accounting/index.html b/web_backend/src/main/resources/templates/intern/accounting/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/accounting/index.html rename to web_backend/src/main/resources/templates/intern/accounting/index.html diff --git a/prototype/src/main/resources/templates/intern/accounting/main.html b/web_backend/src/main/resources/templates/intern/accounting/main.html similarity index 100% rename from prototype/src/main/resources/templates/intern/accounting/main.html rename to web_backend/src/main/resources/templates/intern/accounting/main.html diff --git a/prototype/src/main/resources/templates/intern/accounting/vat.html b/web_backend/src/main/resources/templates/intern/accounting/vat.html similarity index 100% rename from prototype/src/main/resources/templates/intern/accounting/vat.html rename to web_backend/src/main/resources/templates/intern/accounting/vat.html diff --git a/prototype/src/main/resources/templates/intern/cronjobs/index.html b/web_backend/src/main/resources/templates/intern/cronjobs/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/cronjobs/index.html rename to web_backend/src/main/resources/templates/intern/cronjobs/index.html diff --git a/prototype/src/main/resources/templates/intern/customerOrders/id.html b/web_backend/src/main/resources/templates/intern/customerOrders/id.html similarity index 100% rename from prototype/src/main/resources/templates/intern/customerOrders/id.html rename to web_backend/src/main/resources/templates/intern/customerOrders/id.html diff --git a/prototype/src/main/resources/templates/intern/customerOrders/index.html b/web_backend/src/main/resources/templates/intern/customerOrders/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/customerOrders/index.html rename to web_backend/src/main/resources/templates/intern/customerOrders/index.html diff --git a/prototype/src/main/resources/templates/intern/customers/id.html b/web_backend/src/main/resources/templates/intern/customers/id.html similarity index 100% rename from prototype/src/main/resources/templates/intern/customers/id.html rename to web_backend/src/main/resources/templates/intern/customers/id.html diff --git a/prototype/src/main/resources/templates/intern/customers/index.html b/web_backend/src/main/resources/templates/intern/customers/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/customers/index.html rename to web_backend/src/main/resources/templates/intern/customers/index.html diff --git a/prototype/src/main/resources/templates/intern/index.html b/web_backend/src/main/resources/templates/intern/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/index.html rename to web_backend/src/main/resources/templates/intern/index.html diff --git a/prototype/src/main/resources/templates/intern/listedArticles/id.html b/web_backend/src/main/resources/templates/intern/listedArticles/id.html similarity index 100% rename from prototype/src/main/resources/templates/intern/listedArticles/id.html rename to web_backend/src/main/resources/templates/intern/listedArticles/id.html diff --git a/prototype/src/main/resources/templates/intern/listedArticles/index.html b/web_backend/src/main/resources/templates/intern/listedArticles/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/listedArticles/index.html rename to web_backend/src/main/resources/templates/intern/listedArticles/index.html diff --git a/prototype/src/main/resources/templates/intern/offeredArticles/index.html b/web_backend/src/main/resources/templates/intern/offeredArticles/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/offeredArticles/index.html rename to web_backend/src/main/resources/templates/intern/offeredArticles/index.html diff --git a/prototype/src/main/resources/templates/intern/supplierOrders/index.html b/web_backend/src/main/resources/templates/intern/supplierOrders/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/supplierOrders/index.html rename to web_backend/src/main/resources/templates/intern/supplierOrders/index.html diff --git a/prototype/src/main/resources/templates/intern/suppliers/id.html b/web_backend/src/main/resources/templates/intern/suppliers/id.html similarity index 100% rename from prototype/src/main/resources/templates/intern/suppliers/id.html rename to web_backend/src/main/resources/templates/intern/suppliers/id.html diff --git a/prototype/src/main/resources/templates/intern/suppliers/index.html b/web_backend/src/main/resources/templates/intern/suppliers/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/suppliers/index.html rename to web_backend/src/main/resources/templates/intern/suppliers/index.html diff --git a/prototype/src/main/resources/templates/intern/warehouse/addManual.html b/web_backend/src/main/resources/templates/intern/warehouse/addManual.html similarity index 100% rename from prototype/src/main/resources/templates/intern/warehouse/addManual.html rename to web_backend/src/main/resources/templates/intern/warehouse/addManual.html diff --git a/prototype/src/main/resources/templates/intern/warehouse/error_progress_failed.html b/web_backend/src/main/resources/templates/intern/warehouse/error_progress_failed.html similarity index 100% rename from prototype/src/main/resources/templates/intern/warehouse/error_progress_failed.html rename to web_backend/src/main/resources/templates/intern/warehouse/error_progress_failed.html diff --git a/prototype/src/main/resources/templates/intern/warehouse/id_progress.html b/web_backend/src/main/resources/templates/intern/warehouse/id_progress.html similarity index 100% rename from prototype/src/main/resources/templates/intern/warehouse/id_progress.html rename to web_backend/src/main/resources/templates/intern/warehouse/id_progress.html diff --git a/prototype/src/main/resources/templates/intern/warehouse/index.html b/web_backend/src/main/resources/templates/intern/warehouse/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/warehouse/index.html rename to web_backend/src/main/resources/templates/intern/warehouse/index.html diff --git a/prototype/src/main/resources/templates/intern/warehouse/slots/index.html b/web_backend/src/main/resources/templates/intern/warehouse/slots/index.html similarity index 100% rename from prototype/src/main/resources/templates/intern/warehouse/slots/index.html rename to web_backend/src/main/resources/templates/intern/warehouse/slots/index.html diff --git a/prototype/src/main/resources/templates/intern/warehouse/todo.html b/web_backend/src/main/resources/templates/intern/warehouse/todo.html similarity index 100% rename from prototype/src/main/resources/templates/intern/warehouse/todo.html rename to web_backend/src/main/resources/templates/intern/warehouse/todo.html diff --git a/prototype/src/main/resources/templates/login.html b/web_backend/src/main/resources/templates/login.html similarity index 100% rename from prototype/src/main/resources/templates/login.html rename to web_backend/src/main/resources/templates/login.html diff --git a/prototype/src/main/resources/templates/privacy.html b/web_backend/src/main/resources/templates/privacy.html similarity index 100% rename from prototype/src/main/resources/templates/privacy.html rename to web_backend/src/main/resources/templates/privacy.html diff --git a/prototype/src/main/resources/templates/register.html b/web_backend/src/main/resources/templates/register.html similarity index 100% rename from prototype/src/main/resources/templates/register.html rename to web_backend/src/main/resources/templates/register.html diff --git a/prototype/src/main/resources/templates/shop/articles/id.html b/web_backend/src/main/resources/templates/shop/articles/id.html similarity index 100% rename from prototype/src/main/resources/templates/shop/articles/id.html rename to web_backend/src/main/resources/templates/shop/articles/id.html diff --git a/prototype/src/main/resources/templates/shop/articles/post_add.html b/web_backend/src/main/resources/templates/shop/articles/post_add.html similarity index 100% rename from prototype/src/main/resources/templates/shop/articles/post_add.html rename to web_backend/src/main/resources/templates/shop/articles/post_add.html diff --git a/prototype/src/main/resources/templates/shop/checkout.html b/web_backend/src/main/resources/templates/shop/checkout.html similarity index 100% rename from prototype/src/main/resources/templates/shop/checkout.html rename to web_backend/src/main/resources/templates/shop/checkout.html diff --git a/prototype/src/main/resources/templates/shop/checkoutFinish.html b/web_backend/src/main/resources/templates/shop/checkoutFinish.html similarity index 100% rename from prototype/src/main/resources/templates/shop/checkoutFinish.html rename to web_backend/src/main/resources/templates/shop/checkoutFinish.html diff --git a/prototype/src/main/resources/templates/shop/index.html b/web_backend/src/main/resources/templates/shop/index.html similarity index 100% rename from prototype/src/main/resources/templates/shop/index.html rename to web_backend/src/main/resources/templates/shop/index.html diff --git a/prototype/src/main/resources/templates/shop/search.html b/web_backend/src/main/resources/templates/shop/search.html similarity index 100% rename from prototype/src/main/resources/templates/shop/search.html rename to web_backend/src/main/resources/templates/shop/search.html diff --git a/prototype/src/main/resources/templates/terms.html b/web_backend/src/main/resources/templates/terms.html similarity index 100% rename from prototype/src/main/resources/templates/terms.html rename to web_backend/src/main/resources/templates/terms.html diff --git a/prototype/src/main/resources/templates/user/orders/index.html b/web_backend/src/main/resources/templates/user/orders/index.html similarity index 100% rename from prototype/src/main/resources/templates/user/orders/index.html rename to web_backend/src/main/resources/templates/user/orders/index.html diff --git a/prototype/src/main/resources/templates/user/settings.html b/web_backend/src/main/resources/templates/user/settings.html similarity index 100% rename from prototype/src/main/resources/templates/user/settings.html rename to web_backend/src/main/resources/templates/user/settings.html diff --git a/prototype/src/main/resources/test.db b/web_backend/src/main/resources/test.db similarity index 100% rename from prototype/src/main/resources/test.db rename to web_backend/src/main/resources/test.db