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
Install all the dependencies
# install dependencies
npm install
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.
# start the worker
npm start