Add comprehensive README and .env.example with setup instructions
This commit is contained in:
parent
90d70bf67b
commit
59ea31c39f
2 changed files with 236 additions and 0 deletions
6
.env.example
Normal file
6
.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue