Implementar modulo de Roles y Usuarios

This commit is contained in:
2026-06-02 23:19:34 +00:00
parent 8b306b9afc
commit c6f3f3d135
17 changed files with 405 additions and 2 deletions

13
backend/.env Normal file
View File

@ -0,0 +1,13 @@
PORT=5000
MONGO_URI=mongodb://localhost:27017/sistema_combustible
JWT_SECRET=super_secret_key
SQL_SERVER=ABIGAILV\SQLEXPRESS
SQL_DATABASE=empresa_pan
SQL_USER=sa
SQL_PASSWORD=123456