mirror of https://github.com/tiangolo/fastapi.git
Update first-steps.md
This commit is contained in:
parent
33f2ca4d74
commit
beee8db2ff
|
|
@ -1,9 +1,11 @@
|
|||
# گام های اولیه
|
||||
|
||||
ساده ترین پروژه FastAPI می تواند به شکل زیر باشد:
|
||||
|
||||
```Python
|
||||
{!../../../docs_src/first_steps/tutorial001.py!}
|
||||
```
|
||||
|
||||
لطفاً کد زیر را در یک فایل با نام main.py قرار دهید.
|
||||
|
||||
برای اجرا به صورت live server ، کد را اجرا کنید.
|
||||
|
|
|
|||
Loading…
Reference in New Issue