Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 613 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 613 Bytes

Banking Gateway

Esse projeto tem como objetivo padronizar a criação, registro e alteração de boletos via API nos principais bancos brasileiros, começando pelo Banco do Brasil.

Requirements

  • Node 18 or higher
  • MySQL 8

Installation

$ npm install
$ npm run migrations:run

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Banking Gateway is MIT licensed.