> ## Documentation Index
> Fetch the complete documentation index at: https://qreater.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tech Stack

### Backend

<CardGroup cols={4,4}>
  <Card title="Python" href="https://www.python.org/" icon="python" />

  <Card title="FastAPI" href="https://fastapi.tiangolo.com/" icon="rocket" />

  <Card title="PostgreSQL" href="https://www.postgresql.org/" icon="database" />

  <Card title="Pydantic" href="https://pydantic-docs.helpmanual.io/" icon="code" />

  <Card title="Pytest" href="https://docs.pytest.org/en/stable/" icon="vial-circle-check" />

  <Card title="Poetry" href="https://python-poetry.org/" icon="box-taped" />

  <Card title="Black" href="https://black.readthedocs.io/en/stable/" icon="pen-fancy" />

  <Card title="Psycopg2" href="https://www.psycopg.org/docs/" icon="arrow-up-arrow-down" />
</CardGroup>

### DevOps

<CardGroup>
  <Card title="Docker" href="https://www.docker.com/" icon="docker" />

  <Card title="Docker Compose" href="https://docs.docker.com/compose/" icon="container-storage" />

  <Card title="Kubernetes" href="https://kubernetes.io/docs/home/" icon="dharmachakra" />

  <Card title="Helm" href="https://helm.sh/docs/topics/charts/" icon="dharmachakra" />
</CardGroup>

### Others

<CardGroup cols={3}>
  <Card title="Visual Studio Code" href="https://visualstudio.microsoft.com/vs/code/" icon="laptop-code" />

  <Card title="Postman" href="https://www.postman.com/" icon="shuttle-space" />

  <Card title="Git" href="https://git-scm.com/" icon="code-merge" />
</CardGroup>
