finastra-nodejs-libs
finastra-nodejs-libs copied to clipboard
A set of opinionated libraries for building efficient and scalable server-side applications with Node.js
A set of opinionated libraries for building efficient and scalable server-side applications with Node.js.
Packages
NestJS
Project | Package | Version | Links |
---|---|---|---|
OIDC Auth | @finastra/nestjs-oidc |
||
Proxy | @finastra/nestjs-proxy |
||
Logger | @finastra/nestjs-logger |
APIs
Project | Package | Version | Links |
---|---|---|---|
Real-time Account Balances and Statements | |||
↳ Accounts and Balances API | @finastra/api_corporate-accounts |
Installation
$ npm install
Running the sample app
# development
$ npm run start
# watch mode
$ npm run dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# test coverage
$ npm run test:cov
External services
A docker-compose
file has been added for convenience. Currently only mongoDB has been added.
License
All libraries in this repo are MIT licensed.