Skip to content

Latest commit

 

History

History
executable file
·
63 lines (48 loc) · 1.53 KB

README.md

File metadata and controls

executable file
·
63 lines (48 loc) · 1.53 KB

SonarCloud analysis Commit Linter Application Test Quality Gate Status

Request

Microsserviço responsável pelo sistema de pedidos de empréstimos.

Ambientes

Local

Disponível na porta 5002.

Ambiente de homologação

Disponível no Heroku

Ambiente de produção

Disponível no Heroku


Colocando no ar localmente

  1. Build
    make build
  1. Executar
    make run

2.1 Executar em background

    make run-silent

2.2 Buildar e executar

    make run-build
  1. Desativar o container
    make down

Rodando os testes

    make test

Rodando a cobertura dos testes

    make cov-html

Acessando o banco de dados

    make check-db

Rodar o linter no código (Black)

    make lint