Skip to content

Commit 36bd55f

Browse files
committed
Improve README
1 parent e50673f commit 36bd55f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.en.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Fullstack application based on **Angular 19**, **Node.js 20.x** and **Java 21**.
44

55
**👉 Version française ?** : [![Français](./ui/version-fr.png)](./README.md)
66

7-
| 🧩 Component | ⚙️ Main Technology | 📝 Description |
7+
| Component | Main Technology | Description |
88
|---------------------|-------------------------------|-------------------------------------------------------------------------|
9-
| 🎨 **Frontend** | Angular 19 | SPA application with Routing, SSR, PWA, SEO |
10-
| 🖥️ **Backend JS (ESM)** | Node.js 20.x + Express (ESM) | REST API with PostgreSQL, MySQL or mocked data |
11-
| 🖥️ **Backend JS (CJS)** | Node.js 20.x + Express (CJS) | CJS variant with same structure as ESM version |
12-
| 🖥️ **Backend TS** | Node.js 20.x + TypeScript | Typed REST API with PostgreSQL, MySQL or mocked data |
13-
| **Backend Java** | Java 21 + Spring Boot | Modern Java REST API with real or mocked data |
9+
| **Frontend** | Angular 19 | SPA application with Routing, SSR, PWA, SEO |
10+
| **Backend JS (ESM)** | Node.js 20.x + Express (ESM) | REST API with PostgreSQL, MySQL or mocked data |
11+
| **Backend JS (CJS)** | Node.js 20.x + Express (CJS) | CJS variant with same structure as ESM version |
12+
| **Backend TS** | Node.js 20.x + TypeScript | Typed REST API with PostgreSQL, MySQL or mocked data |
13+
| **Backend Java** | Java 21 + Spring Boot | Modern Java REST API with real or mocked data |
1414

1515

1616
---

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Application Fullstack basée sur **Angular 19**, **Node.js 20.x** et **Java 21**
55
**👉 Looking for the English version?** : [![English](./ui/version-en.png)](./README.en.md)
66

77

8-
| 🧩 Composant | ⚙️ Technologie principale | 📝 Description |
8+
| Composant | Technologie principale | Description |
99
|---------------------|-------------------------------|---------------------------------------------------------------------------|
10-
| 🎨 **Frontend** | Angular 19 | Application SPA avec Routing, SSR, PWA, SEO |
11-
| 🖥️ **Backend JS (ESM)** | Node.js 20.x + Express (ESM) | API REST avec PostgreSQL, MySQL ou données mockées |
12-
| 🖥️ **Backend JS (CJS)** | Node.js 20.x + Express (CJS) | Variante CJS avec même structure que la version ESM |
13-
| 🖥️ **Backend TS** | Node.js 20.x + TypeScript | API REST typée avec PostgreSQL, MySQL ou données mockées |
14-
| **Backend Java** | Java 21 + Spring Boot | API REST Java moderne avec base de données ou données simulées |
10+
| **Frontend** | Angular 19 | Application SPA avec Routing, SSR, PWA, SEO |
11+
| **Backend JS (ESM)** | Node.js 20.x + Express (ESM) | API REST avec PostgreSQL, MySQL ou données mockées |
12+
| **Backend JS (CJS)** | Node.js 20.x + Express (CJS) | Variante CJS avec même structure que la version ESM |
13+
| **Backend TS** | Node.js 20.x + TypeScript | API REST typée avec PostgreSQL, MySQL ou données mockées |
14+
| **Backend Java** | Java 21 + Spring Boot | API REST Java moderne avec base de données ou données simulées |
1515

1616

1717

0 commit comments

Comments
 (0)