Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Projekts (0.04 sec)

  1. scripts/translate.py

            «««
            ```console
            // Gehe zum Home-Verzeichnis
            $ cd
            // Erstelle ein Verzeichnis für alle Ihre Code-Projekte
            $ mkdir code
            // Gehe in dieses Code-Verzeichnis
            $ cd code
            // Erstelle ein Verzeichnis für dieses Projekt
            $ mkdir awesome-project
            // Gehe in dieses Projektverzeichnis
            $ cd awesome-project
            ```
            »»»
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
  2. docs/de/llm-prompt.md

            «««
            ## Create a Project { #create-a-project }
            »»»
    
        Translate with (German):
    
            «««
            ## Ein Projekt erstellen { #create-a-project }
            »»»
    
        Do NOT translate with (German):
    
            «««
            ## Erstellen Sie ein Projekt { #create-a-project }
            »»»
    
        Source (English):
    
            «««
            # Install Packages { #install-packages }
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  3. docs/de/docs/index.md

    Es bringt die gleiche **Developer-Experience** beim Erstellen von Apps mit FastAPI auch zum **Deployment** in der Cloud. 🎉
    
    FastAPI Cloud ist der Hauptsponsor und Finanzierer der *FastAPI and friends* Open-Source-Projekte. ✨
    
    #### Bei anderen Cloudanbietern deployen { #deploy-to-other-cloud-providers }
    
    FastAPI ist Open Source und basiert auf Standards. Sie können FastAPI-Apps bei jedem Cloudanbieter Ihrer Wahl deployen.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  4. docs/de/docs/tutorial/body.md

    * <a href="https://json-schema.org" class="external-link" target="_blank">JSON Schema</a>-Definitionen für Ihr Modell generieren, die Sie auch überall sonst verwenden können, wenn es für Ihr Projekt Sinn macht.
    * Diese Schemas werden Teil des generierten OpenAPI-Schemas und werden von den <abbr title="User Interfaces – Benutzeroberflächen">UIs</abbr> der automatischen Dokumentation genutzt.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 24 10:28:19 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  5. docs/en/docs/index.md

    It brings the same **developer experience** of building apps with FastAPI to **deploying** them to the cloud. 🎉
    
    FastAPI Cloud is the primary sponsor and funding provider for the *FastAPI and friends* open source projects. ✨
    
    #### Deploy to other cloud providers { #deploy-to-other-cloud-providers }
    
    FastAPI is open source and based on standards. You can deploy FastAPI apps to any cloud provider you choose.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 25 11:01:37 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  6. README.md

    It brings the same **developer experience** of building apps with FastAPI to **deploying** them to the cloud. 🎉
    
    FastAPI Cloud is the primary sponsor and funding provider for the *FastAPI and friends* open source projects. ✨
    
    #### Deploy to other cloud providers
    
    FastAPI is open source and based on standards. You can deploy FastAPI apps to any cloud provider you choose.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 25 11:01:37 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    But `include_router` is still useful to, for example, adding options (like `dependencies`, `prefix`, and `tags`) when including a third party router, or a generic router that is shared between several projects.
    
    This PR allows setting the (mostly new) parameters (additionally to the already existing parameters):
    
    * `default_response_class`: updated to handle defaults in `APIRouter` and `FastAPI`.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top