From 42f9ee513d18ee955372bf0c0277a7d31265e44e Mon Sep 17 00:00:00 2001 From: Charlie Darques <charlie.darques.etu@univ-lille.fr> Date: Fri, 28 Feb 2025 16:41:45 +0100 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation=20du=20fichier=20de=20documentati?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/doc_appli.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/doc_appli.md diff --git a/doc/doc_appli.md b/doc/doc_appli.md new file mode 100644 index 0000000..f67a4b2 --- /dev/null +++ b/doc/doc_appli.md @@ -0,0 +1,38 @@ +# SAé S4.A02.1 : Web Backend - Yannis DEVOS et Charlie DARQUES + +> **Objectif** : Savoir réaliser et mettre en place une architecture MVC + +## Description générale de l’application + + +## MCD et MLD réalisés + +- **Modèle Conceptuel de Données** : + + + +- **Modèle Logique de données** : + + userAccount(__userID__, username, password) + + msg(__msgID__, #userID_msg, #threadID, msg) + + thread(__threadID__, #userID_thread, threadName) + + reactions(__#userID_reactions, #msgID_reactions__, reaction) + + follow(__#userID_follow, #threadID_follow__, followDate) + + +## Requêtes pertinentes et significations + + + + +## Arborescence globale de l’application + + +## Liste des entrées du/des controleurs avec leur fonctionalité + + +## Points techniques difficiles et comment ils ont été réglés \ No newline at end of file -- GitLab