NicolasCantu dd45e99a80 feat(idnot): add mock mode for development without IdNot access
- Add IDNOT_MOCK=1 environment variable to bypass external IdNot calls
- Use real test account data: IDN187087, STON CARQUEIRANNE, CRPCEN 083079
- Mock authentication returns valid user data for development
- Allows testing auth flow without IdNot API access

[skip ci]
2025-09-24 22:31:51 +02:00
2025-09-24 19:49:02 +02:00
2025-09-24 19:49:02 +02:00
2025-08-27 17:50:19 +02:00
2025-06-25 09:09:31 +02:00
2025-09-09 12:21:08 +02:00
2025-09-07 15:30:32 +02:00
2025-06-25 09:09:31 +02:00
2025-09-07 15:30:32 +02:00
2025-09-07 21:10:39 +02:00
2025-09-07 15:30:32 +02:00

Mini Serveur Express

Un mini serveur Express avec une route /api/ping qui renvoie "Hello World".

Installation

npm install

Démarrage du serveur

npm start

Ou en mode développement avec rechargement automatique :

npm run dev

Utilisation

Une fois le serveur démarré, la route ping est accessible à :

Cette route renvoie un objet JSON avec le message "Hello World".

Description
No description provided
Readme 3.7 MiB
Languages
JavaScript 98.7%
Dockerfile 1.3%