Skip to content

Commit

Permalink
solution strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
adriiglz committed Feb 17, 2024
1 parent 41dba78 commit 8b9d3ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ React and Node.
* *Express and Node:* they make up the middle tier of the application, providing a powerful server platform.
* *React:* front-end framework that will solve the client interfaces of the application.

Regarding the deployment of the application, the strategy chosen is a cloud-based system. This decision was motivated because of the nature of
the project, since a web application need to be live and accesible at any moment.
The server will be an ARM Linux virtual machine on Oracle, where some containers for different charasteristics of the system will be deployed with
Docker (MongoDB database for example)
Regarding the deployment of the application, the strategy chosen is a *cloud-based* system. This decision was motivated because of the nature of
the project, since a web application needs to be live and accesible at any moment.
The server will be an ARM *Linux VM on Oracle*, where some *containers* for different charasteristics of the system will be *deployed with
Docker* (MongoDB database for example)

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

0 comments on commit 8b9d3ee

Please sign in to comment.