Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 988 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 988 Bytes

ADX Validation Worker

Dependencies

Installation

step 1: clone the project

Clone this repository into your local directory, Use the commands below:

# clone project to a computer
git clone https://github.com/BaobabHealthTrust/adx-validation-worker.git

# navigate to the project root directory
cd adx-validation-worker

step 2: dependencies installation

Install all the dependencies

# install dependencies
npm install

step 3: environmental variables

Create a .env file with the contents of your .env.example file.

# copy the .env.example to .env file
cp .env.example .env

Modify the .env file and make sure it reflects the environment settings.

step 4: start the work

# start the worker
npm start