From 8b9d3ee33bd686950c7d9746aa9445afd3699443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?adri=C3=A1n?= Date: Sat, 17 Feb 2024 20:58:26 +0100 Subject: [PATCH] solution strategy --- docs/src/04_solution_strategy.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/04_solution_strategy.adoc b/docs/src/04_solution_strategy.adoc index d0c35f4..68a269e 100644 --- a/docs/src/04_solution_strategy.adoc +++ b/docs/src/04_solution_strategy.adoc @@ -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"] ****