From f75f6b56ad5aa6c45704d8f81e43bad1bfcd0fd8 Mon Sep 17 00:00:00 2001 From: Adama Sow Date: Mon, 27 Apr 2020 23:32:50 +0000 Subject: [PATCH] Update page 'Backend' --- Backend.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Backend.md diff --git a/Backend.md b/Backend.md new file mode 100644 index 0000000..5e766e9 --- /dev/null +++ b/Backend.md @@ -0,0 +1,5 @@ +We create a lot of many to one relation.. +just to avoid the generation of new classes.. +we didnt implement the controllers and repositories waiting to have the approval with the database structure:) +In the classe TransCity(meaning the transport between city)we implemented all in one classe the specific things is the type of transport we could choose fly,bus etc.... +we will explain you tomorrow... \ No newline at end of file