diff --git a/hardware/face.py b/src/hardware/face.py similarity index 100% rename from hardware/face.py rename to src/hardware/face.py diff --git a/hardware/rfid.py b/src/hardware/rfid.py similarity index 100% rename from hardware/rfid.py rename to src/hardware/rfid.py diff --git a/manage.py b/src/manage.py similarity index 100% rename from manage.py rename to src/manage.py diff --git a/myapp/admin.py b/src/myapp/admin.py similarity index 100% rename from myapp/admin.py rename to src/myapp/admin.py diff --git a/myapp/apps.py b/src/myapp/apps.py similarity index 100% rename from myapp/apps.py rename to src/myapp/apps.py diff --git a/myapp/models.py b/src/myapp/models.py similarity index 100% rename from myapp/models.py rename to src/myapp/models.py diff --git a/myapp/tests.py b/src/myapp/tests.py similarity index 100% rename from myapp/tests.py rename to src/myapp/tests.py diff --git a/myapp/views.py b/src/myapp/views.py similarity index 100% rename from myapp/views.py rename to src/myapp/views.py diff --git a/smartshop_be/asgi.py b/src/smartshop_be/asgi.py similarity index 100% rename from smartshop_be/asgi.py rename to src/smartshop_be/asgi.py diff --git a/smartshop_be/settings.py b/src/smartshop_be/settings.py similarity index 100% rename from smartshop_be/settings.py rename to src/smartshop_be/settings.py diff --git a/smartshop_be/urls.py b/src/smartshop_be/urls.py similarity index 100% rename from smartshop_be/urls.py rename to src/smartshop_be/urls.py diff --git a/smartshop_be/wsgi.py b/src/smartshop_be/wsgi.py similarity index 100% rename from smartshop_be/wsgi.py rename to src/smartshop_be/wsgi.py diff --git a/templates/back/base.html b/src/templates/back/base.html similarity index 100% rename from templates/back/base.html rename to src/templates/back/base.html diff --git a/templates/back/order_management.html b/src/templates/back/order_management.html similarity index 100% rename from templates/back/order_management.html rename to src/templates/back/order_management.html diff --git a/templates/back/product_management.html b/src/templates/back/product_management.html similarity index 100% rename from templates/back/product_management.html rename to src/templates/back/product_management.html diff --git a/templates/back/user_management.html b/src/templates/back/user_management.html similarity index 100% rename from templates/back/user_management.html rename to src/templates/back/user_management.html diff --git a/templates/front/css/shoppingCart.css b/src/templates/front/css/shoppingCart.css similarity index 100% rename from templates/front/css/shoppingCart.css rename to src/templates/front/css/shoppingCart.css diff --git a/templates/front/css/userLogin.css b/src/templates/front/css/userLogin.css similarity index 100% rename from templates/front/css/userLogin.css rename to src/templates/front/css/userLogin.css diff --git a/templates/front/css/userSign.css b/src/templates/front/css/userSign.css similarity index 100% rename from templates/front/css/userSign.css rename to src/templates/front/css/userSign.css diff --git a/templates/front/html/shoppingCart.html b/src/templates/front/html/shoppingCart.html similarity index 100% rename from templates/front/html/shoppingCart.html rename to src/templates/front/html/shoppingCart.html diff --git a/templates/front/html/userLogin.html b/src/templates/front/html/userLogin.html similarity index 100% rename from templates/front/html/userLogin.html rename to src/templates/front/html/userLogin.html diff --git a/templates/front/html/userSign.html b/src/templates/front/html/userSign.html similarity index 100% rename from templates/front/html/userSign.html rename to src/templates/front/html/userSign.html diff --git a/templates/front/img/face-unscreen.gif b/src/templates/front/img/face-unscreen.gif similarity index 100% rename from templates/front/img/face-unscreen.gif rename to src/templates/front/img/face-unscreen.gif diff --git a/templates/front/img/face.gif b/src/templates/front/img/face.gif similarity index 100% rename from templates/front/img/face.gif rename to src/templates/front/img/face.gif diff --git a/templates/front/img/product1.jpg b/src/templates/front/img/product1.jpg similarity index 100% rename from templates/front/img/product1.jpg rename to src/templates/front/img/product1.jpg diff --git a/templates/front/img/product2.jpg b/src/templates/front/img/product2.jpg similarity index 100% rename from templates/front/img/product2.jpg rename to src/templates/front/img/product2.jpg diff --git a/templates/front/js/userSign.js b/src/templates/front/js/userSign.js similarity index 100% rename from templates/front/js/userSign.js rename to src/templates/front/js/userSign.js