Skip to content

Commit 2a8a430

Browse files
committed
Improve README
1 parent 36bd55f commit 2a8a430

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

README.en.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Angular 19 — Fullstack Application
22

3-
Fullstack application based on **Angular 19**, **Node.js 20.x** and **Java 21**.
3+
Fullstack application based on **Angular 19**, **Node.js 22.x** and **Java 21**.
44

5-
**👉 Version française ?** : [![Français](./ui/version-fr.png)](./README.md)
5+
6+
**👉 Version française disponible ici** : [![Français](./ui/version-fr.png)](./README.md)
67

78
| Component | Main Technology | Description |
89
|---------------------|-------------------------------|-------------------------------------------------------------------------|
910
| **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 |
11+
| **Backend JS (ESM)** | Node.js 22.x + Express (ESM) | REST API with PostgreSQL, MySQL or mocked data |
12+
| **Backend JS (CJS)** | Node.js 22.x + Express (CJS) | CJS variant with same structure as ESM version |
13+
| **Backend TS** | Node.js 22.x + TypeScript | Typed REST API with PostgreSQL, MySQL or mocked data |
1314
| **Backend Java** | Java 21 + Spring Boot | Modern Java REST API with real or mocked data |
1415

1516

@@ -40,7 +41,7 @@ Fullstack application based on **Angular 19**, **Node.js 20.x** and **Java 21**.
4041
## 📦 Tech Stack
4142

4243
![Angular](https://img.shields.io/badge/angular-19-red)
43-
![Node](https://img.shields.io/badge/node-20.x-blue)
44+
![Node](https://img.shields.io/badge/node-22.x-blue)
4445
![Java](https://img.shields.io/badge/java-21-brightgreen)
4546
![Docker](https://img.shields.io/badge/Docker-24.x-blue?logo=docker)
4647
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ganatan/angular-app/blob/master/LICENSE)

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Angular 19 — Application Fullstack
22

3-
Application Fullstack basée sur **Angular 19**, **Node.js 20.x** et **Java 21**.
3+
Application Fullstack basée sur **Angular 19**, **Node.js 22.x** et **Java 21**.
4+
45

56
**👉 Looking for the English version?** : [![English](./ui/version-en.png)](./README.en.md)
67

78

89
| Composant | Technologie principale | Description |
910
|---------------------|-------------------------------|---------------------------------------------------------------------------|
1011
| **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 |
12+
| **Backend JS (ESM)** | Node.js 22.x + Express (ESM) | API REST avec PostgreSQL, MySQL ou données mockées |
13+
| **Backend JS (CJS)** | Node.js 22.x + Express (CJS) | Variante CJS avec même structure que la version ESM |
14+
| **Backend TS** | Node.js 22.x + TypeScript | API REST typée avec PostgreSQL, MySQL ou données mockées |
1415
| **Backend Java** | Java 21 + Spring Boot | API REST Java moderne avec base de données ou données simulées |
1516

1617

@@ -58,7 +59,7 @@ Idéal pour démarrer rapidement un projet Angular professionnel avec un backend
5859
## 📦 Stack technologique
5960

6061
![Angular](https://img.shields.io/badge/angular-19-red)
61-
![Node](https://img.shields.io/badge/node-20.x-blue)
62+
![Node](https://img.shields.io/badge/node-22.x-blue)
6263
![Java](https://img.shields.io/badge/java-21-brightgreen)
6364
![Docker](https://img.shields.io/badge/Docker-24.x-blue?logo=docker)
6465
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ganatan/angular-app/blob/master/LICENSE)

0 commit comments

Comments
 (0)