From 08954cbf18973a8e4aa53622f99cae888b3d3fa1 Mon Sep 17 00:00:00 2001 From: Alfredo Jirout Cid <144898617+UO288443@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:57:44 +0100 Subject: [PATCH] Update 09_architecture_decisions.adoc --- docs/src/09_architecture_decisions.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/src/09_architecture_decisions.adoc b/docs/src/09_architecture_decisions.adoc index 1097cfe8..6f2b259e 100644 --- a/docs/src/09_architecture_decisions.adoc +++ b/docs/src/09_architecture_decisions.adoc @@ -4,25 +4,31 @@ ifndef::imagesdir[:imagesdir: ../images] == Architecture Decisions JavaScript: We will use the JavaScript language to create both the front-end and the backend of the application, is the default technology of the initial project. +https://github.com/Arquisoft/wiq_es1a/wiki/(ADR-%231)-JavaScript ReactJS: The base project they have given us uses ReactJS for the front-end of the application, although it is a framework with which we are not familiar. We think that is a good oportunity to start using this framework. +https://github.com/Arquisoft/wiq_es1a/wiki/(ADR-%232)-ReactJS NodeJS: We use NodeJS for the back-end of the application, this is the default technology of the initial project and all the group thought it was a good idea to use it. +https://github.com/Arquisoft/wiq_es1a/wiki/(ADR-%233)-NodeJS MongoDB The base project they have given us uses MongoDB for the back-end of the application, a DBMS with which we are not familiar, but it seemed like a good idea to learn this GBD system. +https://github.com/Arquisoft/wiq_es1a/wiki/(ADR-%234)-MongoDB Docker: We will use Docker to package the application modules in containers, it is the initial technology of the project + https://github.com/Arquisoft/wiq_es1a/wiki/(ADR-%235)-Docker MySQL: The base project that they have given us uses MongoDB for the back-end of the application, a DBMS with which we are not familiar, however MySQL is another -database management system that we have used in other subjects. We decided to discard this option to learn how to use MongoDB +database management system that we have used in other subjects. We decided to discard this option to learn how to use + https://github.com/Arquisoft/wiq_es1a/wiki/(ADR-%236)-MySQL Link to all the Architecture Decisions https://github.com/Arquisoft/wiq_es1a/wiki/Decisiones-arquitect%C3%B3nicas