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
- Host: GitHub
- URL: https://github.com/alefmach/ms_simple_elixir
- Owner: AlefMach
- License: mit
- Created: 2023-07-14T15:49:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T02:47:51.000Z (over 2 years ago)
- Last Synced: 2026-05-01T23:39:23.166Z (about 2 months ago)
- Topics: docker, elixir, postgresql, vitrinedev
- Language: Elixir
- Homepage:
- Size: 530 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# A simple microservice blocklist
## Microservice blocklist

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)