From 64a6651bb24948bea1c86f6e0f0ffb926a9b9218 Mon Sep 17 00:00:00 2001 From: AlonsoA Date: Sun, 20 Feb 2022 15:35:21 +0100 Subject: [PATCH] Arreglo en el punto 1 y comienzo del punto 9 --- docs/09_design_decisions.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/09_design_decisions.adoc b/docs/09_design_decisions.adoc index 5536888..ecc8277 100644 --- a/docs/09_design_decisions.adoc +++ b/docs/09_design_decisions.adoc @@ -24,3 +24,20 @@ Various options: * more detailed in form of separate sections per decision * ADR (architecture decision record) for every important decision **** +=== MERN Stack usage + +Context:: + +We need a set of different technologies and frameworks that can work well together in order to build our project. + +Decision:: + +As we are restricted to use the link:02_architecture_constraints.adoc[React] framework, we might as well use these technologies (MongoDB, Express and Node.JS) knowing that there is a lot of information about them working together. + +Status:: + +Accepted. + +Consequences:: + +Having this much information about how to combine these technologies will help the team during the developement to create a much more robust application. \ No newline at end of file