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.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
$ 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
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Website - https://developer.fusionfabric.cloud
- Twitter - @FinastraFS
- Twitter - @basilio100