From 1880cf26180bdf00d8c431ae0cf2fa164ae8b458 Mon Sep 17 00:00:00 2001 From: Lucas <lucas.villaume8@etu.univ-lorraine.fr> Date: Sun, 31 Dec 2023 22:02:23 +0100 Subject: [PATCH] documentation --- documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation.md b/documentation.md index 53a7bed..a66ad25 100644 --- a/documentation.md +++ b/documentation.md @@ -4,6 +4,7 @@ ## Prérequis - Un serveur MongoDB sur écoutant sur le port 27017 +- npm et le module express : ```npm install express``` ## Lancer le serveur -- GitLab