Les routes et les contrôleurs backend pour l'inscription, la connexion et la déconnexion des utilisateurs

This commit is contained in:
el 2025-05-18 00:46:52 +02:00
parent 37ffb163d7
commit f4ab9b3d15
52 changed files with 10487 additions and 0 deletions

25
backend/.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# dependencies
/node_modules
# production
/dist
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.idea/
.vscode/