- 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]
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
Languages
JavaScript
98.7%
Dockerfile
1.3%