changement du readme + ajout de dependance dans le backend pour l'auth github

This commit is contained in:
2026-01-12 16:40:08 +01:00
parent e053d0faa7
commit 2b78949cdb
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -9,6 +9,9 @@ RUN npm install dotenv
RUN npm install pg
RUN npm install bcrypt
RUN npm install jsonwebtoken
RUN npm install passport
RUN npm install passport-github2
RUN npm install express-session
COPY . .