Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into Lucas-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289769 committed Feb 13, 2024
2 parents 747a1d5 + bd689f8 commit 008e20e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ Both the user and auth service share a Mongo database that is accessed with mong
## Contributors
- María López García-Consuegra
- Álex Fernández Salé
- Mauro Varea Fernández
- Lucas Castro Antuña

Probando release

## Quick start guide

### Using docker
Expand Down
11 changes: 11 additions & 0 deletions docs/src/09_architecture_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ ifndef::imagesdir[:imagesdir: ../images]
[[section-design-decisions]]
== Architecture Decisions

[options="header",cols="1,2"]
|===
|Decision |Reason
|React.js |We decided to use React.js because it is one of the most popular Javascript libraries used nowadays.
Although none of us were familiar with it, we thought it would make programming the front-end part of the app better
and easier for us.
|Javascript |We chose to stick with Javascript for the development of this web app because we already had knowledge of this language
from other subjects. We found it to be an accessible language capable of fulfilling all the app's requirements, including using APIs
such as the one from Wikidata.
|Mongodb |For the database aspect of the app, we opted for Mongodb as we believe it is a well-suited option for storing the data necessary for the design and development of the app.
|===

[role="arc42help"]
****
Expand Down

0 comments on commit 008e20e

Please sign in to comment.