Python Microservices Web App (with React, Django, Flask) - Full Course

Python Microservices Web App (with React, Django, Flask) - Full Course

freeCodeCamp.org

3 года назад

753,629 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@jh0720
@jh0720 - 05.08.2022 08:23

this tutorial sucks lol

Ответить
@adamadofarasilue8519
@adamadofarasilue8519 - 13.09.2022 13:10

i dindn't get my requirements.txt installed after running docker-compose up can someone help me please

Ответить
@developers_hub
@developers_hub - 14.11.2022 19:44

Hi getting error while connecting to mysql like in database navigator or cmd shows ssl error unsupported
ERROR 2026 (HY000): SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol

Ответить
@sanathrao2009
@sanathrao2009 - 24.11.2022 12:28

what are the prerequisites to start the tutorial?

Ответить
@colios137
@colios137 - 27.01.2023 19:36

I don't like this kind of tutorial it's a bit of do that, that will work, it's lack of explanation. The first 3 minutes are usefull the rest it's too much copy paste. Probably ok for just watching it 1.5.
First time I have not finish a freecodecamp tutorial or video, it would have probably be awesome as an longer format like 6h but in 2h I just feel like it's a speedrun.

Ответить
@DeLaCruzer11
@DeLaCruzer11 - 31.01.2023 03:30

Need to increase the font size or use the zoom feature of the screen capture or do both, so that we can easily see the code or the texts. Other freecodecamp videos do that but some just don't even bother to do it. It just add another layer of difficulty in the learning process when it's hard to see the code or the text.

Ответить
@moneypennysloverboy
@moneypennysloverboy - 03.02.2023 17:32

following this when I created products through dckr-cmps exec I got permissions denied when trying to overwrite models. I changed it to something like 644 and it work. I'm just curious about the security implications here, if I should have done it differently?

Ответить
@harveyspecter3086
@harveyspecter3086 - 05.02.2023 14:35

actually didnt see why is micro service necessary here. and why should we bother mantain two backend service?

Ответить
@deepakmishra3693
@deepakmishra3693 - 15.02.2023 22:51

I came form java and spring and this tutorial was like a breeze, but please share the prerequisites like plugins and other stuff.

Ответить
@coderadventures6029
@coderadventures6029 - 25.02.2023 13:49

is there a tutorial with rabbitmq and a service discovery llike zookeeper ?

Ответить
@bismeetsingh352
@bismeetsingh352 - 24.03.2023 11:24

I don't understand why I need to be inside the docker container to be able to do stuff like makemigrations.

Ответить
@ahoymatey1234
@ahoymatey1234 - 29.03.2023 03:08

I know this is 2 years old but unfortunately the flask portion is not valid anymore. I tried lots of options but i get ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.9/site-packages/jinja2/__init__.py) when I try to run the docker-compose up command in the flask setup with docker section.

Ответить
@mr_possible6197
@mr_possible6197 - 11.06.2023 13:23

Why did we not create Publisher in flask app ? Am i missing something ?

Ответить
@KuthChi
@KuthChi - 15.06.2023 04:21

Thank to Papa and FreeCodeCamp

Ответить
@vlog.444
@vlog.444 - 24.06.2023 09:16

Great tutorials i like that..

Ответить
@Nieosoba
@Nieosoba - 13.07.2023 17:02

flask container doesn't build even one from your repo

Ответить
@motivation2change754
@motivation2change754 - 14.07.2023 12:23

anyone tell me which tech stack he use I mean IDE and dependencies

Ответить
@krris74
@krris74 - 19.07.2023 09:27

Hi I am getting ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.10/site-packages/jinja2/__init__.py) what may be the issue , tried all combinations to install but still docker gives error

Ответить
@mukulbindal2303
@mukulbindal2303 - 19.07.2023 13:11

Do we have microservice packages similar to spring cloud in Python as well?

Ответить
@abrarhasin8410
@abrarhasin8410 - 23.07.2023 13:12

Event Based Architecture to its finest. Can anyone tell me how I can create different user account with authentication and authorization? I am newbie 🙏

Ответить
@maraboosko
@maraboosko - 22.08.2023 13:58

it is too old for 2023 and a lot is not working for now but it is recommended to look

Ответить
@ahmzeebiof66
@ahmzeebiof66 - 10.09.2023 09:44

is it worth to spend 2 hours on this course now in 2023, was it updated to account for latest tech stack updates ?

Ответить
@user-oi1ml8kv6p
@user-oi1ml8kv6p - 14.10.2023 15:46

it is only me was having problem with compatibility of modules?

Ответить
@maithriashokan
@maithriashokan - 29.11.2023 08:00

Nice tutorial! I am just starting off with learning Python Microservices, and your demo is lucid. I like that you didn't cut off the mistakes part, correct it, and showcase it. The build-up is step-by-step so that we can follow you. Brilliant work!

Ответить
@saddamhossain6270
@saddamhossain6270 - 12.04.2024 00:51

I am writing about the instructor who has a very standard step-following sequence system of teaching skills.

Ответить
@Sifsif__ma
@Sifsif__ma - 11.05.2024 15:44

which IDE are ou using ?

Ответить
@nirwanatimur5980
@nirwanatimur5980 - 04.06.2024 17:38

Mark 3 years of this video, major part of module are already outdated and caused severe error (especially the usage of Flask). Just a heads up for anyone trying to build microservices for the first time.

Ответить
@PatrickIrungu
@PatrickIrungu - 14.06.2024 13:54

Doing this tutorial now is not only fulfilling having to google how the new packages are working because most logic has become obsolete. I have to stop and google around fixing libraries and get moving again. I have learnt a lot and thank you tutor for putting this together.
Some gaps are there for the learner to figure out and learn on their own, so don't let that be a frustration or a blocker.
Another thing, following the tutor into his confusion on why the unique constraints isn't working when he implemented product likes api, if you are keen you'll remember or go to that /users api in the other service and find he had randomized the api to return random user id which introduces a bug in his logic of using that api to implement like functionality.

Ответить
@swetavivekdwivedi6991
@swetavivekdwivedi6991 - 09.07.2024 21:51

Awesome tutorial with detailed coverage on each and every aspect of developing microservice. Easy to follow. Thanks buddy.

Ответить
@oscarescam
@oscarescam - 24.08.2024 01:24

And load balance?

Ответить
@kamar202
@kamar202 - 25.08.2024 19:46

Please help i'm currently experiencing this error while setting up the MySQL ....

Connection error!{ "code": "ECONNREFUSED", "vslsStack": [ {}, {} ], "fatal": true }

Ответить