Skip to content

vit100/ffdc-api-security-demo-nestjs

Repository files navigation

Finastra Logo

Description

Finastra fusion security demo implemented in Nestjs.

Same functionality implemented in NodeJS pure JavaScript is here.

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. Test

$ 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

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published