FastAPI Essentials - Creating a CRUD API with GET, POST, PUT and DELETE Endpoints

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 18

  • @alibashar742
    @alibashar742 6 місяців тому

    A suggetion ,please ignore if you don't want it .
    give pauses in between your speach when ever you speak , that may be while you type or whatevere. but giveing the viewer the time to comprehemed (As not every one watching has english as first language)your speech will your video a boost up in likebility

    • @bugbytes3923
      @bugbytes3923  6 місяців тому

      Thank you for the suggestion, I'll take this on board!

  • @yayusuwardi8934
    @yayusuwardi8934 2 роки тому +1

    Awsome tutorial, i am waiting next tutorial for persistent data to database. Thank you very much...

    • @bugbytes3923
      @bugbytes3923  2 роки тому +1

      Coming soon! Thank you very much.

    • @yayusuwardi8934
      @yayusuwardi8934 2 роки тому

      @@bugbytes3923 could you please to add how to authenticated user for updating deleting data?

  • @andy111007
    @andy111007 Рік тому +1

    Hey mate, Thanks for the amazing video. Is it possible to add a video for extraction of track.json . Looking forward to hearing from you.

  • @iiju8212
    @iiju8212 2 роки тому +1

    New subscriber here. Keep the great and unique content coming 😋
    Also, could we expect any series on advanced django topics in the near future?

    • @bugbytes3923
      @bugbytes3923  2 роки тому +1

      Hey, thank you so much, I'm glad you enjoy the content!
      Yes, for sure. I'm going to be doing a lot of advanced Django stuff - with the ORM, with cloud setups on AWS and Azure, with websockets and other stuff too. Any ideas feel free to drop them here too!
      Thanks again for your support!

  • @FirdausAziz
    @FirdausAziz 2 роки тому +2

    I'm having problem wrapping my head around async-based framework (FastAPI, Quart, etc). Used to doing things the "Django way" for too long. Perhaps your next video can include something to address that.

    • @bugbytes3923
      @bugbytes3923  2 роки тому +6

      I'd like to address that, for sure. The async-ness of these modern frameworks allows some interesting optimizations, especially when paired with async-friendly DB ORMs.
      It's worth noting that there's nothing "async" really in this basic video, and I'm using FastAPI in a synchronous manner here. But I will try and address some good async use-cases soon, I have lots planned for the summer!

    • @FirdausAziz
      @FirdausAziz 2 роки тому +1

      @@bugbytes3923 thank you very much. I appreciate all the videos you've done. Looking forward to the next one.

    • @bugbytes3923
      @bugbytes3923  2 роки тому

      @@FirdausAziz Thanks again!!

  • @koshkinndom8049
    @koshkinndom8049 2 роки тому +1

    thanks for the videos, really helpfull. are you going to make a video about tortoise orm? it's async, django-like and good with fastapi

    • @bugbytes3923
      @bugbytes3923  2 роки тому

      Hey - thanks vey much! Yes, this is on my list!

  • @gregalelov7993
    @gregalelov7993 2 роки тому +1

    Hey mate! just subscribed. Your content is amazing.
    Can you make a video on graphql in 2022 with fastapi and healthcheck :)?

    • @bugbytes3923
      @bugbytes3923  2 роки тому +2

      Hey mate, thanks a lot for subscribing, it helps a lot!
      Interesting suggestion, I will add it to my list! :) Thanks again.

  • @jitendraraj7195
    @jitendraraj7195 2 роки тому

    How to return a response body to swagger along with redirecting to some another html page in Fastapi

  • @baby_justin
    @baby_justin Рік тому

    I have tried the tutorial, but the data is not printed as Track model...what might be the mistake??