aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-03-06 19:46:35 +0100
committerMateja <mail@matejamaric.com>2021-03-06 19:46:35 +0100
commitaeaf03a76e96e768ff473ea30f197c602020e5d8 (patch)
treef42ae7bbed468cb66a5c603c5495fc7816bdab3a /README.md
parent9ebddc305380051f4c1db2ff68f8b02e879d35f9 (diff)
downloadold-php-yota-master.tar.gz
old-php-yota-master.zip
Add LICENSE and README.HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..80050d9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# About this project
+
+This is the first prototype of [YOTA](https://github.com/MatejaMaric/yota-laravel) reservation system,
+made in pure PHP, and it uses MariaDB.
+
+**It is a great example of how things should NOT be done.**
+
+It showcases benefits of using a framework and concepts like:
+
+- Routing
+- Models, Views, Controllers
+- Templating
+- Object-relational mapping
+- Database migrations
+
+You can of course implement all this by yourself using object-oriented PHP.
+But there is little reason to do that since you can use a framework like Laravel that does all that and more, better.