mojtaba
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
docs/fa/docs/tutorial/first-steps.md
|
|
@ -1,9 +1,11 @@ |
|
|
|
# گام های اولیه |
|
|
|
|
|
|
|
ساده ترین پروژه FastAPI می تواند به شکل زیر باشد: |
|
|
|
|
|
|
|
```Python |
|
|
|
{!../../../docs_src/first_steps/tutorial001.py!} |
|
|
|
``` |
|
|
|
|
|
|
|
لطفاً کد زیر را در یک فایل با نام main.py قرار دهید. |
|
|
|
|
|
|
|
برای اجرا به صورت live server ، کد را اجرا کنید. |
|
|
|