This is meant to be an internal service that fetches data from CASA database and has no authentication enabled. Make sure the service is never expose to internet.
It fetches data from CASA DB and provides endpoints for CASA keycloak and lr-service to fetch data.
npm icp sample.env .env- Edit.envaccordinglynpm i -g pm2pm2 start npm --name "casa-user-data-service" -- start
Service will start on PORT 3000