Skip to content

Commit

Permalink
Primer borrador punto 9 documentación
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276839 committed Feb 12, 2024
1 parent 7faea7a commit ccdbaf8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/09_architecture_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ See https://docs.arc42.org/section-9/[Architecture Decisions] in the arc42 docum
There you will find links and examples about ADR.
****

[options="header",cols="1,2"]
|===
|Decision|Motivation
| Docker | It is decided to use Docker due to its popularity in the professional field and its ease of execution thanks to the configuration files provided by the subject's faculty.
| MongoDB | It is decided to use MongoDB based on the recommendation of the faculty, as it is one of the most popular NoSQL databases and because it fits perfectly with the application's needs.
| NodeJS | It is decided to use NodeJS since it is the recommended option by the subject's faculty and one of the most widely used technologies in this area of web applications, thus having extensive documentation and examples available on the Internet.
| React | It is decided to use React since it is the recommended option by the subject's faculty.
|===

0 comments on commit ccdbaf8

Please sign in to comment.