Skip to content

Commit 6d3ca67

Browse files
authored
Update README.md
1 parent ff4c795 commit 6d3ca67

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
---
1212

1313

14-
# 🏋️‍♂️ API Workout Python
14+
🏋️‍♂️ **API Workout Python**
1515

1616
![Python](https://img.shields.io/badge/Python-3.11-blue?logo=python)
1717
![FastAPI](https://img.shields.io/badge/FastAPI-0.100+-brightgreen?logo=fastapi)
@@ -25,7 +25,7 @@
2525
2626
---
2727

28-
## 🧭 Índice
28+
🧭 **Índice**
2929

3030
- [⚡ Tecnologias](#-tecnologias)
3131
- [🖥️ Requisitos de Hardware e Software](#️-requisitos-de-hardware-e-software)
@@ -40,7 +40,7 @@
4040

4141
---
4242

43-
## ⚡ Tecnologias
43+
**Tecnologias**
4444

4545
- **Linguagem:** Python 3.11+
4646
- **Framework:** FastAPI
@@ -53,22 +53,22 @@
5353

5454
---
5555

56-
## 🖥️ Requisitos de Hardware e Software
56+
🖥️ **Requisitos de Hardware e Software**
5757

58-
### Hardware (mínimo recomendado)
58+
**Hardware (mínimo recomendado)**
5959
- CPU Dual-Core (2 GHz+)
6060
- 4 GB de RAM
6161
- 500 MB de espaço em disco para o projeto e dependências
6262

63-
### Software
63+
**Software**
6464
- [Python 3.11+](https://www.python.org/downloads/)
6565
- [PostgreSQL 15+](https://www.postgresql.org/)
6666
- [Docker](https://www.docker.com/) e [Docker Compose](https://docs.docker.com/compose/) (opcional, para execução containerizada)
6767
- [Git](https://git-scm.com/)
6868

6969
---
7070

71-
## 📁 Estrutura de Pastas
71+
📁 **Estrutura de Pastas**
7272

7373
<img width="838" height="1766" alt="Screenshot_20251011-191149" src="https://github.com/user-attachments/assets/a570aae9-8a25-4520-9aed-4a031f4b4afe" />
7474

@@ -77,7 +77,7 @@
7777

7878
---
7979

80-
## 🧰 Arquivos Importantes
80+
🧰 **Arquivos Importantes**
8181

8282
| Arquivo | Função |
8383
|---------|--------|
@@ -96,9 +96,9 @@
9696

9797
---
9898

99-
## 🚀 Como Rodar o Projeto
99+
🚀 **Como Rodar o Projeto**
100100

101-
### 1️⃣ Clonar o repositório
101+
1️⃣ **Clonar o repositório**
102102
```bash
103103
git clone https://github.com/Santosdevbjj/apiWorkoutPython.git
104104
cd apiWorkoutPython

0 commit comments

Comments
 (0)