/ffdc-api-security-demo-nodejs

Finastra api security demo. Nodejs

Primary LanguageJavaScript

Finastra Logo

Description

Finastra fusion security demo implemented in [NODEJS].

Web API Application protected with JWT token and providing B2C, B2B, B2E flows. Data is mocked.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Running in docker.

$ docker build -t ffdc-api-security .
$ docker run --rm -it -e PORT=100 -p 100:100/tcp ffdc-api-security:latest

open browser and point to http://localhost:100

Stay in touch