# Inicio

## ❓ Como compilar a API

```
docker compose up -d
```

## [⚠️](https://emojipedia.org/warning) Aviso

Todos os requests do método POST precisam dessa chave:

<pre><code><strong>authpass: c38a7e02bfca0da201015ce51931b09d462080b7
</strong></code></pre>

Enviado junto no campo de form-data

## 🏃 Como fazer a request

precisa juntar URL + "CATEGORIA" + METODO

#### Exemplo GET:

LISTAR TODOS - <mark style="color:blue;">url.com</mark><mark style="color:yellow;">/ALUNOS/</mark><mark style="color:red;">LISTAR</mark>

LISTAR POR RM - <mark style="color:blue;">url.com</mark><mark style="color:yellow;">/ALUNOS/</mark><mark style="color:red;">RM/</mark><mark style="color:purple;">221020</mark>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://n3rdy.gitbook.io/sistema-gerenciamento-da-biblioteca-api-tcc/inicio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
