Skip to content

Evlun | Clon de twitter creado desde 0 por Tomás Cuevas

Notifications You must be signed in to change notification settings

TomasCuevas/Evlun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Evlun

Para correr localmente, se necesita la base de datos. Para ello, ejecutaremos el siguiente comando:

  docker-compose up -d

MongoDB local URL:

  mongodb://localhost:27017/evlundb

Configurar las variables de entorno

Debemos configurar las variables de entorno del cliente y del server.

Iniciar cliente y backend

Para iniciar el cliente, debemos ejecutar el siguiente comando:

  npm run dev:front

Para iniciar el backend, debemos ejecutar el siguiente comando:

  npm run dev:back