The following api document details....
npm version: 7.24.2 node version: v16.11.1
Copy the contents of .sample.env to an new .env file. the variables:
AEFI_OHSP_USERNAME, AEFI_OHSP_PASSWORD, AEFI_OHSP_URL
will need to be set before the application can be run.
npm install --only=prod
npm run build
npm run start:prod
docker run -d -v $(pwd)/logs:/usr/src/app/logs --env-file .env -p 3000:3000 kuunika/aefii-self-reporting-middle-layer-api:4.0.0