diff --git a/.idea/.gitignore b/.idea/.gitignore
index 13566b8..a9d7db9 100644
--- a/.idea/.gitignore
+++ b/.idea/.gitignore
@@ -6,3 +6,5 @@
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
+# GitHub Copilot persisted chat sessions
+/copilot/chatSessions
diff --git a/.idea/Schulbuchaktion.iml b/.idea/Schulbuchaktion.iml
index 5171cf9..c2d0d3c 100644
--- a/.idea/Schulbuchaktion.iml
+++ b/.idea/Schulbuchaktion.iml
@@ -3,139 +3,10 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/php.xml b/.idea/php.xml
index ef7d188..697dfe4 100644
--- a/.idea/php.xml
+++ b/.idea/php.xml
@@ -12,135 +12,172 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -152,6 +189,7 @@
+
diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml
index aacfcdb..eace768 100644
--- a/.idea/phpunit.xml
+++ b/.idea/phpunit.xml
@@ -3,6 +3,7 @@
diff --git a/backend/.env.example b/backend/.env.example
index 58a6e15..e8b834d 100644
--- a/backend/.env.example
+++ b/backend/.env.example
@@ -33,7 +33,7 @@ APP_SECRET=YOUR_APP_SECRET
SECRET_PASSWORD=YOUR_PASSWORD
USERNAME=YOUR_USERNAME
BIND_PORT=YOUR_PORT
-DATABASE_URL="mysql://root:${SECRET_PASSWORD}@127.0.0.1:${YOUR_PORT}/schulbuchaktion"
+DATABASE_URL="mysql://root:${SECRET_PASSWORD}@127.0.0.1:${BIND_PORT}/schulbuchaktion"
###< doctrine/doctrine-bundle ###
###> symfony/messenger ###
diff --git a/backend/src/Controller/TestingController.php b/backend/src/Controller/TestingController.php
new file mode 100644
index 0000000..9433dd9
--- /dev/null
+++ b/backend/src/Controller/TestingController.php
@@ -0,0 +1,17 @@
+json(['name' => 'John']);
+ }
+
+}
diff --git a/backend/templates/base.html.twig b/backend/templates/base.html.twig
index 3cda30f..7f6f36e 100644
--- a/backend/templates/base.html.twig
+++ b/backend/templates/base.html.twig
@@ -8,10 +8,12 @@
{% endblock %}
{% block javascripts %}
- {% block importmap %}{{ importmap('app') }}{% endblock %}
+
{% endblock %}
- {% block body %}{% endblock %}
+ {% block body %}
+
+ {% endblock %}