Python Blog - Full Stack App Tutorial

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

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

  • @lineindent
    @lineindent  7 месяцев назад +1

    Build a Full Stack Reflex Blog Application in Python - Tutorial
    More Reflex Videos!
    👾 Simple Task Tracker: ruclips.net/video/JyY2sZIrGb0/видео.html
    👾Minimal Analogue Clock: ruclips.net/video/heFUIjrNWYA/видео.html

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

    Hey! Could we have the source code or the tepo?

  • @EhFran
    @EhFran 7 месяцев назад +3

    Thx for the tutorial. Would be nice if you could share the code.

  • @simonecensuales640
    @simonecensuales640 7 месяцев назад +1

    Loving this full stack video! Keep doing this kind of stuff man, adding a little bit more at a time, and your channel will succeed for sure 💪💪

  • @MoroccanAvatar
    @MoroccanAvatar 7 месяцев назад

    I use flet normaly, but i love this library first time i know that there is a such a nice webapp library thank you. Can you please make us a tutorial how to use it from scratch please.

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

    ValueError: prop value for spacing of the `VStack` component should be one of the following: '0','1','2','3','4','5','6','7','8','9'. Got '0.5rem' instead . why rem gives error?

  • @Yuhg1
    @Yuhg1 7 месяцев назад

    I have a problem. I've been following the video step by step but i still get a key error with the access_token(i'm at the login setup. If i leave the SUPABASE_KEY with a colon instead of an equal sign i get an error in that. Is there somewhere i can contact you?

    • @EhFran
      @EhFran 7 месяцев назад +1

      Use the equal sign. I had the same error, and that worked fine for me.

    • @Yuhg1
      @Yuhg1 7 месяцев назад

      @@EhFran Now i can't even create users... i get the key error he gets. He gets users created but in mine it doesn't work. It also says email rate exceeded or something.

    • @lineindent
      @lineindent  7 месяцев назад

      Make sure you have the right API routing if you;re still having issues - what you see in the video is my account with my API details which will be slightly different to yours

  • @KZ-DE
    @KZ-DE 7 месяцев назад

    Can it be combined using fastapi? How to?

    • @lineindent
      @lineindent  7 месяцев назад

      I’m not sure - the back end is already hosted on Reflex servers. You can join the Discord channel and ask the devs there

  • @alphaseekerr
    @alphaseekerr 7 месяцев назад

    How does usability compare to Flet?

    • @lineindent
      @lineindent  7 месяцев назад +1

      Different stack - Reflex is made for web apps, Flet is more tailored for desktop and mobile plus cross platform