Skip to content

Fetches data from CASA and expose APIs for keycloak casa

Notifications You must be signed in to change notification settings

rahulbowade/casa-user-data-service

 
 

Repository files navigation

Postman Collection

IMPORTANT

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.

Steps to Run

  1. npm i
  2. cp sample.env .env - Edit .env accordingly
  3. npm i -g pm2
  4. pm2 start npm --name "casa-user-data-service" -- start

Service will start on PORT 3000

About

Fetches data from CASA and expose APIs for keycloak casa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.7%
  • JavaScript 7.3%
  • Dockerfile 1.0%