Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Quarda (0.17 sec)

  1. docs/tr/docs/tutorial/first-steps.md

    ### Adım 2: Bir `FastAPI` "Örneği" Oluşturalım
    
    ```Python hl_lines="3"
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Burada `app` değişkeni `FastAPI` sınıfının bir örneği olacaktır.
    
    Bu, tüm API'yı oluşturmak için ana etkileşim noktası olacaktır.
    
    Bu `app` değişkeni, `uvicorn` komutunda atıfta bulunulan değişkenin ta kendisidir.
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Feb 08 13:10:55 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  2. docs/es/docs/tutorial/first-steps.md

    ```
    
    </div>
    
    Si creas un app como:
    
    ```Python hl_lines="3"
    {!../../../docs_src/first_steps/tutorial002.py!}
    ```
    
    y lo guardas en un archivo `main.py`, entonces ejecutarías `uvicorn` así:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:my_awesome_api --reload
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.9K bytes
    - Viewed (0)
Back to top