Build and Deploy a Complete REST API with Python Flask Tutorial.

preview_player
Показать описание
Build and Deploy a REST API with Python Flask Tutorial.

Timecodes.
00:00 Project introduction and demo
03:54 Project setup
13:39 Flask API Folder structure, Application Factory, .flaskenv, and More.
21:59 Flask API Blueprints
27:50 Database and Models setup
45:59 HTTP Status codes
49:34 User Registration
1:00:56 User Login
1:11:42 Route protection
1:16:09 Refreshing a token
01:19:49 Create and Retrieve records
01:31:27 Pagination for records
01:37:55 Retrieve a single record
01:41:21 Editing items
01:45:25 Deleting items
01:49:42 User link click tracking backend
01:52:24 Flask API Error handling
01:57:05 Getting link tracking statistics
01:59:52 Swagger documentation for Flask API
02:17:42 Deploying the flask App to Heroku

source code.

Check out our other tutorials.

Django Expense Tracker website tutorials.

Django rest framework contacts rest API project.

Django tutorials for beginners.

Django rest framework tutorial for beginners.

Fully featured web rest API

React hooks tutorial project.

React Native tutorials for beginners.

Full react native course video.

Join us online.

Support the channel
Рекомендации по теме
Комментарии
Автор

One of the best videos I have seen on Rest API creation from scratch and JWT management

yasver
Автор

Okay I must say this is the best video on flask I have come across.

ukemewilson
Автор

Hi, i got this kind of work in my company project, I found this content and helped me much . Thanks

PracticePrecision
Автор

Dont know how to thank you, feeling great and absolutely informative video ever on flask. thank you so much once again

jayav
Автор

This is the best video for REST API with Python Flask. Amazing!

lintingwei
Автор

This video is pure gold! Thanks a lot buddy. Love and respect from India.

MK-teli
Автор

set FLASK_APP=src
Error: Failed to find Flask application or factory in module 'src'. Use 'src:name' to specify one.
i am trying this on windows

sujankumar
Автор

Thank you so much. Your content is of amazing quality! Really appreciated! Your style of teaching is clear and professional.

jose
Автор

how do u know remember small function or parameters that are there in the library? lets say password=db.column(db.Text(), nullable=False)

KUNJANSHAH-voqo
Автор

Excellent course! Thanks for so much knowledge!

xFlayBR
Автор

I have a doubt, How __init__.py file automatically call create_app function?
In my system I can't run by FLASK_APP = src cmd

I wrote the code normally, instead of inside function (create_app) it works

kirubababu
Автор

01:31:15 my getting error // UnboundLocalError: cannot access local variable 'bookmarks' where it is not associated with a value

kk
Автор

Your content is good man keep up the work!!

shemaranderson
Автор

Is anyone aware about the modifications to be done in the database file if we do not wish to create a new db and instead use an already existing db?

nidhi
Автор

Very nice tutorial, really appreciate. Thanks so much for this amazing tutorial

RonakJain-jvtn
Автор

Hello Bro, I have been watching your tutorials couple weeks now, and I liked your DjangoRest tutorials and I learned a lot from your React Native series. Do you have Patreon or something like that? I am sure that some other subscribers would like to donate for the great tutorials you provide. For now, THANKS A LOT!!!

gylyjovpy
Автор

Hi, I have a strange error, could you help me??

RuntimeError: Either 'SQLALCHEMY_DATABASE_URI' or 'SQLALCHEMY_BINDS' must be set.
[2022-11-01 11:45:16 +0100] [3787] [INFO] Worker exiting (pid: 3787)
[2022-11-01 11:45:16 +0100] [3786] [INFO] Shutting down: Master
[2022-11-01 11:45:16 +0100] [3786] [INFO] Reason: Worker failed to boot.

Thank you!!

alexandrufilipescu
Автор

pls i can see you have linting for your sqlalchemy pls what do you make use of

faseunoluwatobiloba
Автор

Let's take a moment to appreciate Cryce Truly for his incredible informative insightful content here. We appreciate your hardwork and dedication brother You have my 100% support!

kymaniwilson
Автор

every time to get a new access token you are using logn one. but u have already created refresh token

kk