|
3 | 3 |
|
4 | 4 | **👉 Looking for the English version?** : [](./README.en.md)
|
5 | 5 |
|
6 |
| -<p align="center"> |
7 | 6 |
|
8 | 7 | | Composant | Technologie principale | Description |
|
9 | 8 | |---------------------|-------------------------------|---------------------------------------------------------------------------|
|
10 | 9 | | **Frontend** | Angular 19 | Application SPA avec Routing, SSR, PWA, SEO |
|
11 |
| -| **Backend JS (ESM)** | Node.js 22.x + Express (ESM) | API REST avec PostgreSQL, MySQL ou données mockées | |
12 |
| -| **Backend JS (CJS)** | Node.js 22.x + Express (CJS) | Variante CJS avec même structure que la version ESM | |
13 |
| -| **Backend TS** | Node.js 22.x + TypeScript | API REST typée avec PostgreSQL, MySQL ou données mockées | |
| 10 | +| **Backend Javascript (ESM)** | Node.js 22.x + Express (ESM) | API REST avec PostgreSQL, MySQL ou données mockées | |
| 11 | +| **Backend Javascript (CJS)** | Node.js 22.x + Express (CJS) | Variante CJS avec même structure que la version ESM | |
| 12 | +| **Backend Typescript** | Node.js 22.x + TypeScript | API REST typée avec PostgreSQL, MySQL ou données mockées | |
14 | 13 | | **Backend Java** | Java 21 + Spring Boot | API REST Java moderne avec base de données ou données simulées |
|
15 | 14 |
|
16 |
| -</p> |
| 15 | + |
17 | 16 |
|
18 | 17 |
|
19 | 18 | ---
|
20 | 19 |
|
21 | 20 | ## 🔧 Intégration Continue (CI)
|
22 | 21 |
|
23 |
| -<p align="center"> |
24 |
| - |
25 | 22 | | Projet | Badge CI |
|
26 | 23 | |-------------------------------|----------|
|
27 | 24 | | Frontend Angular | [](https://github.com/ganatan/angular-app/actions/workflows/frontend-angular.yml) |
|
|
30 | 27 | | Backend TypeScript | [](https://github.com/ganatan/angular-app/actions/workflows/backend-typescript.yml) |
|
31 | 28 | | Backend Java Spring Boot | [](https://github.com/ganatan/angular-app/actions/workflows/backend-java-springboot.yml) |
|
32 | 29 |
|
33 |
| -</p> |
34 |
| - |
35 | 30 | ---
|
36 | 31 |
|
37 | 32 | ## 📦 Images Docker
|
38 | 33 |
|
39 |
| -<p align="center"> |
40 |
| - |
41 | 34 | | Composant | Badge Docker |
|
42 | 35 | |------------------------------|---------------|
|
43 | 36 | | Backend JavaScript (ESM) | [](https://hub.docker.com/r/ganatan/backend-javascript-esm) |
|
44 | 37 | | Backend JavaScript (CJS) | [](https://hub.docker.com/r/ganatan/backend-javascript-cjs) |
|
45 | 38 | | Backend TypeScript | [](https://hub.docker.com/r/ganatan/backend-typescript) |
|
46 | 39 | | Frontend Angular | [](https://hub.docker.com/r/ganatan/frontend-angular) |
|
47 | 40 |
|
48 |
| -</p> |
49 |
| - |
50 | 41 | ---
|
51 | 42 |
|
52 | 43 | ## 🚀 Objectifs du projet
|
|
0 commit comments