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

https://github.com/enginemachiner/ecommerce-adso


https://github.com/enginemachiner/ecommerce-adso

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Ecommerce ADSO

Para correr localmente, se necesita la base de datos.

```
docker-compose up -d
```

## Configurar las variables de entorno

Renombrar el archivo **.env.template** a **.env**

- MongoDB URL Local:

```
MONGO_URL=mongodb://localhost:27017/ecommercedb
```

- Reconstruir los módulos de node y levantar Next

```
yarn install
yarn dev
```

## Llenar la base de datos con información de pruebas

Llamara:

```
http://localhost:3000/api/seed
```