|
11 | 11 | --- |
12 | 12 |
|
13 | 13 |
|
14 | | -# 🏋️♂️ API Workout Python |
| 14 | + 🏋️♂️ **API Workout Python** |
15 | 15 |
|
16 | 16 |  |
17 | 17 |  |
|
25 | 25 |
|
26 | 26 | --- |
27 | 27 |
|
28 | | -## 🧭 Índice |
| 28 | + 🧭 **Índice** |
29 | 29 |
|
30 | 30 | - [⚡ Tecnologias](#-tecnologias) |
31 | 31 | - [🖥️ Requisitos de Hardware e Software](#️-requisitos-de-hardware-e-software) |
|
40 | 40 |
|
41 | 41 | --- |
42 | 42 |
|
43 | | -## ⚡ Tecnologias |
| 43 | + ⚡ **Tecnologias** |
44 | 44 |
|
45 | 45 | - **Linguagem:** Python 3.11+ |
46 | 46 | - **Framework:** FastAPI |
|
53 | 53 |
|
54 | 54 | --- |
55 | 55 |
|
56 | | -## 🖥️ Requisitos de Hardware e Software |
| 56 | + 🖥️ **Requisitos de Hardware e Software** |
57 | 57 |
|
58 | | -### Hardware (mínimo recomendado) |
| 58 | + **Hardware (mínimo recomendado)** |
59 | 59 | - CPU Dual-Core (2 GHz+) |
60 | 60 | - 4 GB de RAM |
61 | 61 | - 500 MB de espaço em disco para o projeto e dependências |
62 | 62 |
|
63 | | -### Software |
| 63 | + **Software** |
64 | 64 | - [Python 3.11+](https://www.python.org/downloads/) |
65 | 65 | - [PostgreSQL 15+](https://www.postgresql.org/) |
66 | 66 | - [Docker](https://www.docker.com/) e [Docker Compose](https://docs.docker.com/compose/) (opcional, para execução containerizada) |
67 | 67 | - [Git](https://git-scm.com/) |
68 | 68 |
|
69 | 69 | --- |
70 | 70 |
|
71 | | -## 📁 Estrutura de Pastas |
| 71 | + 📁 **Estrutura de Pastas** |
72 | 72 |
|
73 | 73 | <img width="838" height="1766" alt="Screenshot_20251011-191149" src="https://github.com/user-attachments/assets/a570aae9-8a25-4520-9aed-4a031f4b4afe" /> |
74 | 74 |
|
|
77 | 77 |
|
78 | 78 | --- |
79 | 79 |
|
80 | | -## 🧰 Arquivos Importantes |
| 80 | + 🧰 **Arquivos Importantes** |
81 | 81 |
|
82 | 82 | | Arquivo | Função | |
83 | 83 | |---------|--------| |
|
96 | 96 |
|
97 | 97 | --- |
98 | 98 |
|
99 | | -## 🚀 Como Rodar o Projeto |
| 99 | + 🚀 **Como Rodar o Projeto** |
100 | 100 |
|
101 | | -### 1️⃣ Clonar o repositório |
| 101 | + 1️⃣ **Clonar o repositório** |
102 | 102 | ```bash |
103 | 103 | git clone https://github.com/Santosdevbjj/apiWorkoutPython.git |
104 | 104 | cd apiWorkoutPython |
|
0 commit comments