Les routes et les contrôleurs backend pour l'inscription, la connexion et la déconnexion des utilisateurs
This commit is contained in:
parent
37ffb163d7
commit
f4ab9b3d15
52 changed files with 10487 additions and 0 deletions
3
backend/.env.example
Normal file
3
backend/.env.example
Normal file
|
@ -0,0 +1,3 @@
|
|||
PORT=3001
|
||||
NODE_ENV=development
|
||||
CORS_ORIGIN=http://localhost:3000
|
Loading…
Add table
Add a link
Reference in a new issue