Skip to content

Commit

Permalink
Merge pull request #46 from Arquisoft/45-solution-strategy-documentation
Browse files Browse the repository at this point in the history
fix solution strategy documentation
  • Loading branch information
orvizz authored Feb 23, 2025
2 parents 5805391 + 7213f04 commit 345de0c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,12 @@ See https://docs.arc42.org/section-4/[Solution Strategy] in the arc42 documentat

=== Technologies

- **Frontend**
- *React* : React will simplify the task build reusable and modular UI elements for our application thanks to its component-based structure. It also allows us to use JSX, which is a syntax extension for JavaScript that allows us to write HTML elements inside our JavaScript code. This will make our code more readable and easier to debug.
- *React* : React will simplify the task build reusable and modular UI elements for our application thanks to its component-based structure. It also allows us to use JSX, which is a syntax extension for JavaScript that allows us to write HTML elements inside our JavaScript code.

- **Backend**
- *Express* : Web application framework for Node.js which will simplify development on the server side. There is also available a wide range of third-party middlewares that we could include on our application.
- *TypeScript* : Since we will be using JavaScript and are more familiar with statically typed languages we will use TypeScript for the services of our application. This will also reduce the likelihood of some unexpected errors at runtime.
- *Express* : Web application framework for Node.js which will simplify development on the server side. There is also available a wide range of third-party middlewares that we could include on our application.

- **Database**
- *MongoDB* : No-SQL database based on flexible schemas, native support for JSON and simple query language
- *MongoDB* : No-SQL database based on flexible schemas, native support for JSON and simple query language

- **Deployment**
- *Docker*: Handy portability and perfect integration with microservices applications.
- *Docker*: Handy portability and perfect integration with microservices applications.

endif::arc42help[]
endif::arc42help[]

0 comments on commit 345de0c

Please sign in to comment.