Python API Tutorial: Login System Using Flet & Flask

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • In this video we create a beginner-friendly yet well-rounded login system by combining front-end UI with back-end server. This demonstration is a great way to get an overview of how both the back-end and front-end go hand-in-hand. I'll be showing how we can create a Python API using Flask that accepts requests from a a Python-based front-end UI library called Flet. Moreover, we'll also be using SQL Alchemy for our database, so that sort of makes it a full stack with just python.
    We'll be creating a registration and login page, both of which can make API calls to the server. As this is just a tutorial, the login lacks strong security and validation parameters, however, the key concepts are the take-away here, and by understanding the basics, you can create more complex and dynamic apps. Enjoy!
    #python #API

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

  • @chaitanya9186
    @chaitanya9186 Год назад +3

    @lineindent the video is blurr, could you please post the source code as well.

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

    How to add domain after finish this step, i try flet.fastapi but error😢

    • @kit00001
      @kit00001 5 месяцев назад

      For example have it already you can try

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

    Why you dont explain it tolking? I think its better

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

    Pls make a video on how to create a music player app which scrapes data from RUclips and plays on flet.

  • @kit00001
    @kit00001 5 месяцев назад

    although I can understand about frontpage structure. if I can't read from the video, I can take the code from official Flet examples, but this video is really difficult to read the code, you always scroll up and down, and sometimes some code details you are missing. at last, how to package it to be an app, could you show us, tks

  • @gerryhoekema2561
    @gerryhoekema2561 8 месяцев назад

    It is difficult to read the code and code along. Also, that is a tremendous amount of code to enter without testing. It is easy to make a number of typos doing so.

  • @bozh5407
    @bozh5407 Год назад

    how did you make it so that you don't have to re-run this code, and all the changes are immediately displayed?

  • @ByDeeJay
    @ByDeeJay Год назад

    Top!!
    In client[.]py, I made a change to the TextFields of def option_route(route)
    added on_subit= "call the functions (to force input when filling fields with "enter key")"
    and also separating the email and password variables (email_reg and password_reg) for each field to call the correct def

  • @brunokrinski3106
    @brunokrinski3106 Год назад

    could u provide the source code? I'm starting studing these libraries, it's a little bit hard to understand the whole steps.Thanks.

  • @SP-db6sh
    @SP-db6sh Год назад

    How to use FastApi & django same way ?

  • @UncleDavid
    @UncleDavid Год назад

    useless video of you using gpt as a crutch 😢

  • @SP-db6sh
    @SP-db6sh Год назад

    How to use FastApi & django same way ?

  • @alperenaknc7225
    @alperenaknc7225 Год назад

    a

  • @lakemon
    @lakemon Год назад

    10:00 Client Side

  • @fifeoluwabunmi5959
    @fifeoluwabunmi5959 Год назад

    Please can we get the link to the source code?