Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomascuevas/evlun

Evlun | Clon de twitter creado desde 0 por Tomás Cuevas
https://github.com/tomascuevas/evlun

cloudinary docker express mongodb nextjs nodejs reactquery responsive-design social-media tailwindcss typescript

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```