- Set up environment variables:
Create a .env file in the root directory and configure the following variables:
PORT=3003
HOST="localhost"
DATABASE_URL=""
PULSE_API_KEY=""
API_GATEWAY="url to api gateway"
- run start.bat (or sh) to start services
Execute the test suite using Jest:
npm run testSwagger documentation is available at https://BASE_URL/docs.