Skip to content

Commit

Permalink
Arreglo en el punto 1 y comienzo del punto 9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoA-hub committed Feb 20, 2022
1 parent d161df6 commit 64a6651
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/09_design_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 64a6651

Please sign in to comment.