bloomreach-assignment

system

Run Application

Refer below steps to start application.

Start Gateway Service

Run following commands to start Gateway service.

cd gateway
npm install
npm start

Start Web Client

Run following commands to start web client.

cd web-client
npm install
npm start

Start File Watcher

Run following commands to start File Watcher.

cd watcher
npm install
npm start

Use CLI tool

Run following commands.

cd cli-tool
npm install
npm i -g .
commits