An open API service indexing awesome lists of open source software.

https://github.com/alefmach/ms_simple_elixir

a simple microservice simulating whether or not an individual is blocked in the database
https://github.com/alefmach/ms_simple_elixir

docker elixir postgresql vitrinedev

Last synced: about 2 months ago
JSON representation

a simple microservice simulating whether or not an individual is blocked in the database

Awesome Lists containing this project

README

          

# A simple microservice blocklist

## Microservice blocklist

![](logo.png#vitrinedev)

Allow verification of a partner person on the block list and display as fraudster or empty output in case of negative response.

---

## Setup

## Ambiente de desenvolvimento

#### Variáveis de ambiente
Copie o arquivo [.env-sample](.env-sample) para um novo arquivo `.env` e defina os valores necessários
nas variáveis de ambiente.

#### Ferramentas para ambiente local

Este projeto possui três opções para ambientes de desenvolvimento:

1. [Docker](./guides/local/docker.md)
2. [Nix](./guides/local/nix.md)
3. [asdf](./guides/local/asdf.md)

---

## Guias

- [Análise estática de código](./guides/code_analysis.md)
- [Cobertura de Testes](./guides/test_coverage.md)
- [Testes de integração](./guides/integration_tests.md)