feat: auth - registro, login y JWT con routeId embebido

This commit is contained in:
2026-05-22 21:07:49 -06:00
parent bc395edf20
commit 1667e4fb66
1424 changed files with 169717 additions and 0 deletions

8
backend/env.example Normal file
View File

@@ -0,0 +1,8 @@
PORT=3000
DB_HOST=localhost
DB_PORT=5433
DB_NAME=recoleccion_db
DB_USER=recoleccion
DB_PASSWORD=recoleccion123
JWT_SECRET=hackathon_celaya_2026_secret_key
JWT_EXPIRES_IN=7d