Python API Tutorial: Login System Using Flet & Flask

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

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

chaitanya
Автор

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

ByDeeJay
Автор

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

DARKESPORTSOFFICIAL
Автор

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

dika
Автор

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

kit
Автор

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

bozh
Автор

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.

gerryhoekema
Автор

Why you dont explain it tolking? I think its better

androsioja
Автор

How to use FastApi & django same way ?

SP-dbsh
Автор

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

brunokrinski
Автор

Please can we get the link to the source code?

fifeoluwabunmi
Автор

useless video of you using gpt as a crutch 😢

UncleDavid
Автор

How to use FastApi & django same way ?

SP-dbsh