Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.17 KB

File metadata and controls

30 lines (24 loc) · 1.17 KB

Product Export

This module provides an application based on commercetools Connect, can be used for export Product data from commercetools project to fulfilment systems.

Get started

Install dependencies

$ npm install

Run unit test

$ npm run test:unit

Run integration test

$ npm run test:integration

Run the application in local environment

$ npm run start

Development in local environment

Different from staging and production environments, in which the out-of-the-box setup and variables have been set by connect service during deployment, the product-export requires additional operations in local environment for development.

Set the required environment variables

Before starting the development, we advise users to create a .env file in order to help them in local development.

Refer here for more details about the environment variables required for product-export application to run.