feat: simulador GPS con cron job y pub/sub Redis

This commit is contained in:
2026-05-23 01:06:04 -06:00
parent 1667e4fb66
commit d1bfc9fbac
280 changed files with 30733 additions and 11 deletions

View File

@@ -4,16 +4,18 @@
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
"dev": "nodemon server.js"
},
"dependencies": {
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"ioredis": "^5.10.1",
"jsonwebtoken": "^9.0.2",
"pg": "^8.12.0"
"node-cron": "^4.2.1",
"pg": "^8.12.0"
},
"devDependencies": {
"nodemon": "^3.1.4"