Beginners FastAPI - 40 min

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • In the next 40 minutes we'll be looking at how to get up and running with FastAPI and building the foundations of our CRUD (Create, Read, Update, Delete) endpoints.
    👨‍💻 Looking for a web developer job, visit: www.webdevjobs.io/
    👽 Discord - / discord
    Timestamps
    00:00 - Intro
    02:43 - Installation
    06:51 - A very simple endpoint
    13:18 - GET List Endpoint
    15:10 - GET Single Object Endpoint
    18:00 - Handling Errors
    19:48 - Query Parameters
    23:30 - Delete Endpoint
    27:18 - Create Endpoint & Pydantic Schema
    33:41 - Update Endpoint
    The finished code can be found here:
    👾 - github.com/sixfwa/fastapi-basic
    Docs for FastAPI - fastapi.tiangolo.com/
    Docs for Pydantic - pydantic-docs.helpmanual.io/
    #FastAPI #python #api

Комментарии • 5

  • @iamrithmic
    @iamrithmic  Год назад +1

    🔴 - If you enjoyed this video. Leave a Like, Comment and Subscribe ♥

  • @abubakarnaveed8545
    @abubakarnaveed8545 Год назад +2

    Thanks dude

  • @divyanshdwivedi9319
    @divyanshdwivedi9319 Год назад +1

    bro i still cant understand how to make many to many relationship between two tables in fastapi. Can someone help me out please?