diff --git a/.docker-compose.yml.swp b/.docker-compose.yml.swp
new file mode 100644
index 0000000..bf23edd
Binary files /dev/null and b/.docker-compose.yml.swp differ
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..73f69e0
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 0000000..4eebc8d
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+MVCtemplate
\ No newline at end of file
diff --git a/.idea/Ecobuddy.iml b/.idea/Ecobuddy.iml
new file mode 100644
index 0000000..c956989
--- /dev/null
+++ b/.idea/Ecobuddy.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/MVCtemplate.iml b/.idea/MVCtemplate.iml
new file mode 100644
index 0000000..5762f75
--- /dev/null
+++ b/.idea/MVCtemplate.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
new file mode 100644
index 0000000..e671eb5
--- /dev/null
+++ b/.idea/dataSources.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ sqlite.xerial
+ true
+ org.sqlite.JDBC
+ jdbc:sqlite:$PROJECT_DIR$/ecobuddy.sqlite
+ $ProjectFileDir$
+
+
+
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..e206d70
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..1162f43
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..7dd4e10
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/.idea/php.xml b/.idea/php.xml
new file mode 100644
index 0000000..41de6c9
--- /dev/null
+++ b/.idea/php.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml
new file mode 100644
index 0000000..922003b
--- /dev/null
+++ b/.idea/scopes/scope_settings.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.~lock.Assessment Brief Form 2024-25.docx# b/.~lock.Assessment Brief Form 2024-25.docx#
new file mode 100644
index 0000000..983f89c
--- /dev/null
+++ b/.~lock.Assessment Brief Form 2024-25.docx#
@@ -0,0 +1 @@
+,boris,boris-ThinkPad-T480,07.11.2024 12:14,file:///home/boris/.config/libreoffice/4;
\ No newline at end of file
diff --git a/Assessment Brief Form 2024-25.docx b/Assessment Brief Form 2024-25.docx
new file mode 100644
index 0000000..999b5bf
Binary files /dev/null and b/Assessment Brief Form 2024-25.docx differ
diff --git a/MVCTemplate.zip b/MVCTemplate.zip
new file mode 100644
index 0000000..d5db711
Binary files /dev/null and b/MVCTemplate.zip differ
diff --git a/Views/index.phtml b/Views/index.phtml
new file mode 100644
index 0000000..82b9c78
--- /dev/null
+++ b/Views/index.phtml
@@ -0,0 +1,11 @@
+
+
+
Welcome to the web-site
+
+
A template for web-site development using the Model-View-Controller design pattern and Bootstrap.
+
The Views/template directory contains a header.phtl and a footer.phtml which should be included on every new page generated.
+ To add additional pages just edit the file header.phtml to add the extra link and then add a new Controller (pageN.php) and a new View (pageN.phtml), for each page required.
+
The Model code files are placed in the Models directory.
+
Do not change any of the css files in the css> directory!