Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 871 Bytes

File metadata and controls

52 lines (36 loc) · 871 Bytes

tarefa-consultar-linhas-digitaveis

Challenge for the selection process of the company EWally


Tecnologias utilizadas

  • Node
  • Jest

Pagamentos Concessionarias (Arrecadação/Recebimento)


Arrecadação - Linha digitável

848900000002404201622015806051904292586034111220

Bancário


Bancário - Linha digitável

34191578666317350907450471190004887880000198233

Instalação

npm install

Start projeto: Subindo o servidor

subir serviço

  npm run start (produção) ou npm run dev (homologação)

Chamada manual (GET - url)

url

  http://localhost:8080/boleto/'Linha digitável'

Rodando testes unitários

Iniciar serviço

  npm run test