Add comprehensive README and .env.example with setup instructions

This commit is contained in:
CAPITANSITO 2026-03-31 14:13:25 +02:00
parent a40b946163
commit a59406c39e
2 changed files with 236 additions and 0 deletions

6
.env.example Normal file
View file

@ -0,0 +1,6 @@
# Conexión a MongoDB
MONGO_URL=mongodb://localhost:27017
DB_NAME=FLUJOS_DATOS
# Puerto del servidor Node.js
PORT=3000