About 600 results
Open links in new tab
  1. FastAPI

    The command fastapi dev reads your main.py file, detects the FastAPI app in it, and starts a server using Uvicorn. By default, fastapi dev will start with auto-reload enabled for local …

  2. Tutorial - User Guide - FastAPI

    This tutorial shows you how to use FastAPI with most of its features, step by step. Each section gradually builds on the previous ones, but it's structured to separate topics, so that you can go …

  3. First Steps - FastAPI

    You could easily add any of those alternatives to your application built with FastAPI. You could also use it to generate code automatically, for clients that communicate with your API.

  4. Features - FastAPI

    FastAPI includes an extremely easy to use, but extremely powerful Dependency Injection system. Even dependencies can have dependencies, creating a hierarchy or "graph" of dependencies.

  5. Learn - FastAPI

    Here are the introductory sections and the tutorials to learn FastAPI. You could consider this a book, a course, the official and recommended way to learn FastAPI. 😎

  6. FastAPI class

    Here's the reference information for the FastAPI class, with all its parameters, attributes and methods. You can import the FastAPI class directly from fastapi:

  7. About - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  8. WebSockets - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  9. FastAPI - tiangolo

    O comando fastapi dev lê o seu arquivo main.py, identifica o aplicativo FastAPI nele, e inicia um servidor usando o Uvicorn. Por padrão, o fastapi dev iniciará com auto-reload habilitado para …

  10. FastAPI CLI - tiangolo

    The command line program called fastapi is FastAPI CLI. FastAPI CLI takes the path to your Python program (e.g. main.py) and automatically detects the FastAPI instance (commonly …