Browse Source

๐ŸŒ Fix Korean translation for docs/ko/docs/index.md (#3159)

pull/3173/head
SueNaeunYang 4 years ago
committed by GitHub
parent
commit
70746a7bf0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 28
      docs/ko/docs/index.md

28
docs/ko/docs/index.md

@ -98,7 +98,7 @@ FastAPI๋Š” ํ˜„๋Œ€์ ์ด๊ณ , ๋น ๋ฅด๋ฉฐ(๊ณ ์„ฑ๋Šฅ), ํŒŒ์ด์ฌ ํ‘œ์ค€ ํƒ€์ž… ํžŒํŠธ
<a href="https://typer.tiangolo.com" target="_blank"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style="width: 20%;"></a>
์›น API ๋Œ€์‹  ํ„ฐ๋ฏธ๋„์—์„œ ์‚ฌ์šฉํ•  <abbr title="Command Line Interface">CLI</abbr> ์•ฑ์„ ๋งŒ๋“ค๊ณ  ์žˆ๋‹ค๋ฉด, <a href="https://typer.tiangolo.com/" class="external-link" target="_blank">**Typer**</a>๋ฅผ ํ™•์ธํ•ด ๋ณด์„ธ์š”.
์›น API ๋Œ€์‹  ํ„ฐ๋ฏธ๋„์—์„œ ์‚ฌ์šฉํ•  <abbr title="Command Line Interface">CLI</abbr> ์•ฑ์„ ๋งŒ๋“ค๊ณ  ์žˆ๋‹ค๋ฉด, <a href="https://typer.tiangolo.com/" class="external-link" target="_blank">**Typer**</a>๋ฅผ ํ™•์ธํ•ด ๋ณด์‹ญ์‹œ์˜ค.
**Typer**๋Š” FastAPI์˜ ๋™์ƒ์ž…๋‹ˆ๋‹ค. ๊ทธ๋ฆฌ๊ณ  **FastAPI์˜ CLI**๊ฐ€ ๋˜๊ธฐ ์œ„ํ•ด ์ƒ๊ฒผ์Šต๋‹ˆ๋‹ค. โŒจ๏ธ ๐Ÿš€
@ -139,7 +139,7 @@ $ pip install uvicorn[standard]
### ๋งŒ๋“ค๊ธฐ
* `main.py` ํŒŒ์ผ์„ ๋งŒ๋“œ์„ธ์š”:
* `main.py` ํŒŒ์ผ์„ ๋งŒ๋“œ์‹ญ์‹œ์˜ค:
```Python
from typing import Optional
@ -162,7 +162,7 @@ def read_item(item_id: int, q: Optional[str] = None):
<details markdown="1">
<summary>๋˜๋Š” <code>async def</code> ์‚ฌ์šฉํ•˜๊ธฐ...</summary>
์—ฌ๋Ÿฌ๋ถ„์˜ ์ฝ”๋“œ๊ฐ€ `async` / `await`์„ ์‚ฌ์šฉํ•œ๋‹ค๋ฉด, `async def`๋ฅผ ์‚ฌ์šฉํ•˜์„ธ์š”:
์—ฌ๋Ÿฌ๋ถ„์˜ ์ฝ”๋“œ๊ฐ€ `async` / `await`์„ ์‚ฌ์šฉํ•œ๋‹ค๋ฉด, `async def`๋ฅผ ์‚ฌ์šฉํ•˜์‹ญ์‹œ์˜ค.
```Python hl_lines="9 14"
from typing import Optional
@ -184,7 +184,7 @@ async def read_item(item_id: int, q: Optional[str] = None):
**Note**:
์ž˜ ๋ชจ๋ฅด๊ฒ ๋‹ค๋ฉด, <a href="https://fastapi.tiangolo.com/async/#in-a-hurry" target="_blank">๋ฌธ์„œ์—์„œ `async`์™€ `await`</a>์— ๊ด€ํ•œ _"๊ธ‰ํ•˜์„ธ์š”?"_ ์„น์…˜์„ ํ™•์ธํ•ด ๋ณด์„ธ์š”.
์ž˜ ๋ชจ๋ฅด๊ฒ ๋‹ค๋ฉด, <a href="https://fastapi.tiangolo.com/async/#in-a-hurry" target="_blank">๋ฌธ์„œ์—์„œ `async`์™€ `await`</a>์— ๊ด€ํ•œ _"๊ธ‰ํ•˜์„ธ์š”?"_ ์„น์…˜์„ ํ™•์ธํ•ด ๋ณด์‹ญ์‹œ์˜ค.
</details>
@ -213,13 +213,13 @@ INFO: Application startup complete.
* `main`: `main.py` ํŒŒ์ผ (ํŒŒ์ด์ฌ "๋ชจ๋“ˆ").
* `app`: the object created inside of `main.py` with the line `app = FastAPI()`.
* `--reload`: ์ฝ”๋“œ๊ฐ€ ๋ณ€๊ฒฝ๋œ ํ›„ ์„œ๋ฒ„ ์žฌ์‹œ์ž‘ํ•˜๊ธฐ. ๊ฐœ๋ฐœํ™˜๊ฒฝ์—์„œ๋งŒ ์‚ฌ์šฉํ•˜์„ธ์š”.
* `--reload`: ์ฝ”๋“œ๊ฐ€ ๋ณ€๊ฒฝ๋œ ํ›„ ์„œ๋ฒ„ ์žฌ์‹œ์ž‘ํ•˜๊ธฐ. ๊ฐœ๋ฐœํ™˜๊ฒฝ์—์„œ๋งŒ ์‚ฌ์šฉํ•˜์‹ญ์‹œ์˜ค.
</details>
### ํ™•์ธํ•˜๊ธฐ
๋ธŒ๋ผ์šฐ์ €๋กœ <a href="http://127.0.0.1:8000/items/5?q=somequery" class="external-link" target="_blank">http://127.0.0.1:8000/items/5?q=somequery</a>๋ฅผ ์—ด์–ด๋ณด์„ธ์š”.
๋ธŒ๋ผ์šฐ์ €๋กœ <a href="http://127.0.0.1:8000/items/5?q=somequery" class="external-link" target="_blank">http://127.0.0.1:8000/items/5?q=somequery</a>๋ฅผ ์—ด์–ด๋ณด์‹ญ์‹œ์˜ค.
์•„๋ž˜์˜ JSON ์‘๋‹ต์„ ๋ณผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
@ -244,13 +244,13 @@ INFO: Application startup complete.
### ๋Œ€์•ˆ API ๋ฌธ์„œ
๊ทธ๋ฆฌ๊ณ  ์ด์ œ <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>๋กœ ๊ฐ€๋ณด์„ธ์š”.
๊ทธ๋ฆฌ๊ณ  ์ด์ œ <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>๋กœ ๊ฐ€๋ด…์‹œ๋‹ค.
๋‹ค๋ฅธ ์ž๋™ ๋ฌธ์„œ๋ฅผ ๋ณผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค(<a href="https://github.com/Rebilly/ReDoc" class="external-link" target="_blank">ReDoc</a> ์ œ๊ณต):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)
## ์˜ˆ์ œ ๊ฐœ์„ 
## ์˜ˆ์ œ ์‹ฌํ™”
์ด์ œ `PUT` ์š”์ฒญ์— ์žˆ๋Š” ๋ณธ๋ฌธ(Body)์„ ๋ฐ›๊ธฐ ์œ„ํ•ด `main.py`๋ฅผ ์ˆ˜์ •ํ•ด๋ด…์‹œ๋‹ค.
@ -314,7 +314,7 @@ def update_item(item_id: int, item: Item):
### ์š”์•ฝ
์š”์•ฝํ•˜๋ฉด, ์—ฌ๋Ÿฌ๋ถ„์€ ๋งค๊ฐœ๋ณ€์ˆ˜์˜ ํƒ€์ž…, ๋ณธ๋ฌธ ๋“ฑ์„ ํ•จ์ˆ˜ ๋งค๊ฐœ๋ณ€์ˆ˜๋กœ์จ **ํ•œ๋ฒˆ์—** ์„ ์–ธํ–ˆ์Šต๋‹ˆ๋‹ค.
์š”์•ฝํ•˜๋ฉด, ์—ฌ๋Ÿฌ๋ถ„์€ ๋งค๊ฐœ๋ณ€์ˆ˜์˜ ํƒ€์ž…, ๋ณธ๋ฌธ ๋“ฑ์„ ํ•จ์ˆ˜ ๋งค๊ฐœ๋ณ€์ˆ˜๋กœ์„œ **ํ•œ๋ฒˆ์—** ์„ ์–ธํ–ˆ์Šต๋‹ˆ๋‹ค.
์—ฌ๋Ÿฌ๋ถ„์€ ํ˜„๋Œ€ ํ‘œ์ค€ ํŒŒ์ด์ฌ ํƒ€์ž…์œผ๋กœ ์ด๋ฅผ ํ–‰ํ–ˆ์Šต๋‹ˆ๋‹ค.
@ -375,7 +375,7 @@ item: Item
* `price`์„ ํ•„์ˆ˜ ์†์„ฑ์œผ๋กœ ๊ฐ–๊ณ  `float` ํ˜•์ธ์ง€ ๊ฒ€์‚ฌ.
* ๋งŒ์•ฝ ์ฃผ์–ด์ง„๋‹ค๋ฉด, `is_offer`๋ฅผ ์„ ํƒ ์†์„ฑ์œผ๋กœ ๊ฐ–๊ณ  `bool` ํ˜•์ธ์ง€ ๊ฒ€์‚ฌ.
* ์ด ๋ชจ๋“  ๊ฒƒ์€ ๊นŠ์ด ์ค‘์ฒฉ๋œ JSON ๊ฐ์ฒด์—๋„ ์ ์šฉ๋ฉ๋‹ˆ๋‹ค.
* JSON์œผ๋กœ, ๊ทธ๋ฆฌ๊ณ  ์—์„œ๋ถ€ํ„ฐ ์ž๋™ ๋ณ€ํ™˜.
* JSON์„ ๋ณ€ํ™˜ํ•˜๊ฑฐ๋‚˜ JSON์œผ๋กœ ๋ณ€ํ™˜ํ•˜๋Š” ๊ฒƒ์„ ์ž๋™ํ™”.
* ๋‹ค์Œ์—์„œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ๋ชจ๋“  ๊ฒƒ์„ OpenAPI๋กœ ๋ฌธ์„œํ™”:
* ๋Œ€ํ™”ํ˜• ๋ฌธ์„œ ์‹œ์Šคํ…œ.
* ์—ฌ๋Ÿฌ ์–ธ์–ด๋“ค์— ๋Œ€ํ•œ ์ž๋™ ํด๋ผ์ด์–ธํŠธ ์ฝ”๋“œ ์ƒ์„ฑ ์‹œ์Šคํ…œ.
@ -403,11 +403,11 @@ item: Item
... "item_price": item.price ...
```
...๊ทธ๋Ÿฌ๊ณ  ๋‚˜์„œ ์—ฌ๋Ÿฌ๋ถ„์˜ ํŽธ์ง‘๊ธฐ๊ฐ€ ์†์„ฑ๊ณผ ํƒ€์ž…์„ ์•Œ๊ณ  ์ž๋™ ์™„์„ฑํ•˜๋Š”์ง€ ๋ณด์„ธ์š”:
...๊ทธ๋Ÿฌ๊ณ  ๋‚˜์„œ ์—ฌ๋Ÿฌ๋ถ„์˜ ํŽธ์ง‘๊ธฐ๊ฐ€ ์†์„ฑ๊ณผ ํƒ€์ž…์„ ์•Œ๊ณ  ์ž๋™ ์™„์„ฑํ•˜๋Š”์ง€ ๋ณด์‹ญ์‹œ์˜ค:
![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
๋” ๋งŽ์€ ๊ธฐ๋Šฅ์„ ํฌํ•จํ•œ ๋ณด๋‹ค ์™„์ „ํ•œ ์˜ˆ์ œ์˜ ๊ฒฝ์šฐ, <a href="https://fastapi.tiangolo.com/tutorial/">ํŠœํ† ๋ฆฌ์–ผ - ์‚ฌ์šฉ์ž ๊ฐ€์ด๋“œ</a>๋ฅผ ๋ณด์„ธ์š”.
๋” ๋งŽ์€ ๊ธฐ๋Šฅ์„ ํฌํ•จํ•œ ๋ณด๋‹ค ์™„์ „ํ•œ ์˜ˆ์ œ์˜ ๊ฒฝ์šฐ, <a href="https://fastapi.tiangolo.com/tutorial/">ํŠœํ† ๋ฆฌ์–ผ - ์‚ฌ์šฉ์ž ๊ฐ€์ด๋“œ</a>๋ฅผ ๋ณด์‹ญ์‹œ์˜ค.
**์Šคํฌ์ผ๋Ÿฌ ์ฃผ์˜**: ํŠœํ† ๋ฆฌ์–ผ - ์‚ฌ์šฉ์ž ๊ฐ€์ด๋“œ๋Š”:
@ -428,9 +428,9 @@ item: Item
๋…๋ฆฝ๋œ TechEmpower ๋ฒค์น˜๋งˆํฌ์—์„œ Uvicorn์—์„œ ์ž‘๋™ํ•˜๋Š” FastAPI ์–ดํ”Œ๋ฆฌ์ผ€์ด์…˜์ด <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ๊ฐ€์žฅ ๋น ๋ฅธ ํ”„๋ ˆ์ž„์›Œํฌ ์ค‘ ํ•˜๋‚˜</a>๋กœ Starlette์™€ Uvicorn(FastAPI์—์„œ ๋‚ด๋ถ€์ ์œผ๋กœ ์‚ฌ์šฉ)์—๋งŒ ๋ฐ‘๋Œ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค. (*)
์ž์„ธํ•œ ๋‚ด์šฉ์€ <a href="https://fastapi.tiangolo.com/benchmarks/" class="internal-link" target="_blank">๋ฒค์น˜๋งˆํฌ</a> ์„น์…˜์„ ๋ณด์„ธ์š”.
์ž์„ธํ•œ ๋‚ด์šฉ์€ <a href="https://fastapi.tiangolo.com/benchmarks/" class="internal-link" target="_blank">๋ฒค์น˜๋งˆํฌ</a> ์„น์…˜์„ ๋ณด์‹ญ์‹œ์˜ค.
## ์„ ํƒ๊ฐ€๋Šฅํ•œ ์ข…์†์‚ฌํ•ญ
## ์„ ํƒ๊ฐ€๋Šฅํ•œ ์˜์กด์„ฑ
Pydantic์ด ์‚ฌ์šฉํ•˜๋Š”:

Loadingโ€ฆ
Cancel
Save