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 i
cp sample.env .env
- Edit.env
accordinglynpm i -g pm2
pm2 start npm --name "casa-user-data-service" -- start
Service will start on PORT 3000