#steup del backend cd backend npm install DB_HOST=localhost DB_USER=your_username DB_PASSWORD=your_password DB_NAME=deploy JWT_SECRET=your_jwt_secret PORT=3000 #frontend setuo npm run dev cd frontend npm install npm run dev