diff --git a/docs/src/04_solution_strategy.adoc b/docs/src/04_solution_strategy.adoc index 7bf03f7..68a269e 100644 --- a/docs/src/04_solution_strategy.adoc +++ b/docs/src/04_solution_strategy.adoc @@ -2,7 +2,17 @@ ifndef::imagesdir[:imagesdir: ../images] [[section-solution-strategy]] == Solution Strategy +The system will follow *MERN Stack* as they key technologies for its development. MERN Stack is composed of four technologies: MongoDB, Express, +React and Node. +* *MongoDB:* chosen technology for the persistance of the system, that provides a non-relational database approach. +* *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 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"] ****