Build APIs with Flask (the right way)

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

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

  • @polatkaya418
    @polatkaya418 11 месяцев назад +4

    Came from your comment on my Post in Reddit, absolute teacher!

    • @microapis
      @microapis  11 месяцев назад +1

      Thank you for your kind words and for visiting 🙌!

  • @venil82
    @venil82 8 месяцев назад +4

    13 mintes in to video, and I love it already! thanks for sharing proper knowledge,

    • @microapis
      @microapis  6 месяцев назад

      Thank you for your supportive comment @venil82 🙌!

  • @DanA-n1w8t
    @DanA-n1w8t 4 месяца назад +1

    Hey man, thanks for your work. Im spinning up a personal project and i chose Flask for the RESTapi. This video is perfect, thank you. Subbed btw haha

    • @microapis
      @microapis  4 месяца назад

      Thank you I'm so glad you found it useful 🙌! Flask is an excellent choice and very powerful when used properly. Good luck with your project and feel free to reach out if you have any questions!

  • @jbjc3924
    @jbjc3924 11 месяцев назад +2

    very exited to get started thank you for putting this together

    • @microapis
      @microapis  11 месяцев назад

      Thank you! Glad to help if something isn't clear or you need any help!

  • @MartinBlaha
    @MartinBlaha 3 месяца назад

    I really appreciated the way how you explain.
    Thank you. It came at the right time that I stumbled into your video.

  • @self.improved
    @self.improved 5 месяцев назад +2

    Really nice video, and I appreciate your experiential knowledge. This is something that isn't easy to find.

    • @microapis
      @microapis  5 месяцев назад +1

      Thank you for your kind words 🙏! This is the exact reason why I created this channel 🚀🚀!

  • @mlsandreas
    @mlsandreas 11 месяцев назад +1

    Thank you for this video!! waiting for more content. So My question flask or fastapi , what is your choice?

    • @microapis
      @microapis  11 месяцев назад +1

      Thank you @mlsandreas! If I'm going to build just an API, FastAPI is my choice. If I'm going to render HTML and such, I go with Flask. You can render HTML with FastAPI via Starlette too, but I just find Flask more convenient. Also I like the concept of middleware in Flask (aka plugins) slightly more. However, for the most part I find both frameworks very similar. Do you have a preference?x

    • @mlsandreas
      @mlsandreas 11 месяцев назад +1

      @@microapis i prefer flask because i want to use it not for apis but for web apps too

    • @microapis
      @microapis  11 месяцев назад

      That makes perfect sense! Only recommendation I make to organisations making this move is to use to use a proper Flask framework (aka plugin) for the API implementation 🚀

  • @chidobg84
    @chidobg84 10 месяцев назад +2

    Excellent work sir, thank you for your work. Do you know of anyway to avoid using the CDN for the OPEAPI_SWAGGER_UI_URL and other external urls? Assuming policy does not allow use of CDNs.

    • @microapis
      @microapis  6 месяцев назад +1

      Thank you for your question! A workaround would be serving the Swagger UI assets from your own domain. For example, you can download the assets here: cdn.jsdelivr.net/npm/swagger-ui-dist/. You could serve them from Flask, from an S3 bucket if you use AWS, from Cloudflare if you use that, or any other alternative.

  • @ttaylor9916
    @ttaylor9916 3 месяца назад

    Would be great if you showed the imports whenever you added one... i was importing fields incorrectly... also having code would be great :)

  • @AlexTechProjects
    @AlexTechProjects 3 месяца назад

    Good. Alex Tech Projects

  • @jasonhall6526
    @jasonhall6526 10 месяцев назад +1

    Such a ROBUST video!!!!!!

    • @microapis
      @microapis  6 месяцев назад

      Thank you @jasonhall6526 🙌🚀🚀!!