🔴 Python Flask & REACT.JS Full Stack (Python Back-end React Front-end)

preview_player
Показать описание
Join Django & Django REST Framework Course in Udemy

Welcome to my new course one Python Flask & REACT.JS Full Stack (Python Back-end React Front-end), in this course we are going to learn how you can created your Back-end API in flask and integrate that with React front-end.

Join My Skillshare Courses

Support my works on Patreon:

Table of Content:

1: Course Introduction = 00:00:00
2: Flask Installation = 00:02:08
3: Creating Flask Application = 00:05:15
4: Flask SQLAlchemy Setup = 00:09:28
5: Creating Routes = 00:16:07
6: RactJS Installation = 00:33:38
7: Fetching Data = 00:38:07
8: Updating Data = 00:59:26
9: Inserting Data = 01:32:29
10:Deleting Data = 01:43:52

Unlock the source code by becoming Patreon

My Affiliate Books:
Building REST APIs with Flask

Modern JavaScript


More Courses on Python & JavaScript Full Stack :

Flask Crash Course For Beginners (4 Hours)

Flask and VueJS Full Stack Course

Django and ReactJS Full Stack Course ( 7 Hours)

Django and VueJS Full Stack Course ( 5 Hours )

Django and React Native Creating Mobile Application ( 4 Hours)

Check my website


Python Flask & REACT.JS Full Stack (Python Back-end React Front-end)

Python
Flask
REACT.JS
Python Back-end
React Front-end
Рекомендации по теме
Комментарии
Автор

You can support me in Patreon

Like Python Coders Facebook Page

ParwizForogh
Автор

For people who already know Flask and React well but have not used them together, this tutorial is very easy to understand and follow. Thank you!

Shadowless_Kick
Автор

I think you oversaw a small detail at 7.Fetching data section. If your database only holds one entry it will crash. The JSON file will not be able to be read as an array due to only having [brackets] when multiple entries are present. With a single entry, it will look like this { "example': "example" }. You could just put a band-aid on it by checking if it starts with " [ ", if not the add them yourself lol. convert to string > do the check > spit it out back to normal with JSON.parse(). Or you could cheese this too on the back-end.
edit: im only half-way in, so maybe you showed a better way of doing it later. If so then its still nice to keep in mind for anyone else who follows.

izyg
Автор

Your style of teaching is top notch
thanks by the way

kwamenadadson
Автор

can you please do one for authentication(flask and react authentication)...

francisf.massaquoijr.
Автор

Wow you got plenty of awesome Flask videos in you channel.

Liked & subscribed!

Can you make a video on Flask async practice? In order to maximize Flask request per second capability.

pietraderdetective
Автор

Thanks as I cannot find a good tutorial till now
Thanks 😍😍

MaltonCanada
Автор

This is an excellent tutorial. Super helpful. Thanks Parwiz.

tharindapremasiri
Автор

Hey bro. Thanks for the video... I don't know you are still following your comments but if you, please explain how to join table in same structure and jwt, dB instance also, that'll be very helpful

chandraprakashchauhan
Автор

thank you for everything in my life <3

ndx
Автор

brother for getAll() api i am getting
"TypeError: Object of type is not JSON serializable"
followed exact steps

kiranmungekar
Автор

I have "Unlock the source code by becoming Patreon", where can I please fide the source code for this course?

ettigreenfeld
Автор

How to host python flask app & reactjs app togather? I faced problem due to conflict flask routing & reactjs routing.

hrnk
Автор

Add 3rd party auth. Ability to add new users and comments on aarticles

bonnbonn
Автор

Yo I have made the Get add and update for now.
Add and update keeps giving me TypeError: 'Owner' object is not iterable
Owner = class
But everything works fine...?
Also I had to use .query.filter_by(id=id) to get get<id> to work. I made up id=id myself idk why

Diamedi
Автор

Why I was "has been blocked by CORS policy" on the API Service

mikidai
Автор

Do we need to have a prior knowledge of react for this course

S.h.iv.an.i
Автор

i keep getting an object is not iterable error when i try to make the post request

lord-hoshikage
Автор

and want to know how to do left join in this

rpearlinrishwanth
Автор

This tutorial has an issue of not closing the connections.

ShadowAimai