> For the complete documentation index, see [llms.txt](https://luis-souza-1.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luis-souza-1.gitbook.io/wiki/back-end/elixir.md).

# Elixir

* <https://elixirschool.com/pt/>
* <https://elixir-lang.org/docs.html>
* <https://hexdocs.pm/elixir/master/api-reference.html>

## Bibliotecas

### API

* [Bandit](https://github.com/mtrudel/bandit)

### Autenticação

* [Guardian](https://github.com/ueberauth/guardian)

### Benchmark

* [benchee](https://github.com/bencheeorg/benchee)

### Build

* [Mix](https://hexdocs.pm/mix/1.13/Mix.html)

### Dependências

* [Hex](https://hex.pm/)

### Mocks

* [Mock](https://hexdocs.pm/mock/Mock.html)

### ORM

* [Ecto](https://hexdocs.pm/ecto/Ecto.html)

### Requisição

* [Tesla](https://github.com/teamon/tesla)

### Testes

* [ExUnit](https://hexdocs.pm/ex_unit/1.12/ExUnit.html)

## Frameworks

### API

* [Phoenix](https://phoenixframework.org/)
