first commit

This commit is contained in:
unknown
2026-06-03 16:59:27 -04:00
commit b35cc2f54b
36 changed files with 5634 additions and 0 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
JWT_SECRET=cambiar-por-un-secreto-largo-y-aleatorio
# Puerto API (solo desarrollo local sin Docker)
PORT=4000