# Architecture technique actuelle

### Vue d'ensemble

![](https://1191786081-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6ZLIoTJurOYqstj6y_%2F-MhTQHuX5sa0RKtG36lg%2F-MhTQab_7sBE8hs1rW2e%2FArchi.png?alt=media\&token=b68f9656-bb0f-4b54-a568-f407fff12a5a)

### Architecture

![](https://1191786081-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6ZLIoTJurOYqstj6y_%2F-MhTQxgG_LCdYQMH5vNc%2F-MhTSZqcIZbTObQ8oIpc%2FArchi%20\(2\).png?alt=media\&token=3b16fdc8-2ec0-4f68-8489-65225ac202e4)

#### &#x20; Front

* React JS

#### &#x20;Back

* Server/ API : Node JS
* Base de données : MongoDB
* Moteur de recherche: Elastic Search
* Statistique: Metabase
* Reverse Proxy: Nginx

## Décompte des lignes de code

### Back

```
> npx cloc server/src/

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
CSV                              2              0              0         107875
JavaScript                     148           1507           1048          13043
EJS                              9             39              0            588
JSON                             6              0              0            583
Markdown                         2             27              0             44
-------------------------------------------------------------------------------
SUM:                           167           1573           1048         122133
-------------------------------------------------------------------------------
```

### Front

```
> npx cloc ui/src/

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
JavaScript                     144            966             83          12201
JSX                             58            386             36           6978
CSS                              4             20              3            582
JSON                             1              0              0             80
SVG                              5              0              0             15
-------------------------------------------------------------------------------
SUM:                           212           1372            122          19856
-------------------------------------------------------------------------------
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mission-apprentissage.gitbook.io/catalogue/integration/architecture-technique.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
