VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Python Microservices Web App (with React, Django, Flask) - Full Course

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

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Using Python microservices allows you to break up your apps into smaller parts that communicate with each other. This can make it simpler to scale the application based on the traffic. Also, the separation of concerns makes it easier to work on just one part of the app at a time. - Code - Python Microservices: https://github.com/scalablescripts/python-microservices - Code - React: https://github.com/scalablescripts/react-crud -- Course developed by Scalable Scripts. Check out their channel: https://www.youtube.com/watch?v=SzsPe_QX__c
Date: 2022-03-14

Comments and reviews: 10


Having an issue with React application not loading data at: 1:44:45 of the tutorial. Have not found a solution. Any direction would be greatly appreciated. Thanks. Receiving Cross-Origin Request Blocked and Uncaught (in promise TypeError: NetworkError when attempting to fetch resource.
reply

Great tutorial, but around 1:02 when you run the container its very important to run python -u consumer.py and not python consumer.py
This disables buffering in the output. what that means is instead of waiting for a finished output, it asynchronously outputs values

reply

Hi, i receive error: RuntimeWarning: Got an error checking a consistent migration history performed for database connection 'default': (2005, -Unknown server host 'db' (11001)-) after command 'python manage.py makemigrations', 21 min, what is wrong?
reply

How are you updating the running apps to reflex your code changes? I don-t see you restarting anything when you edit code. Do you have some tool that automatically restarts (apps/containers?) on file changes?
reply

Is it explained in the video why he uses 2 backend app? Django and Flask? I might've missed it, but if anyone can give a newb a pointer, that'd be greatly appreciated.
Thank you :)

reply

Hello, a question why I connect to the database and when consulting the database it does not bring me any table, it appears empty, but if you believe me and list me in the application?
reply

Why did you write the DB credentials in settings.py file when you wrote them as environment variables in the DockerCompose? Shouldn't we be reading them from the environment?
reply

Great but it needs some more explanation, not everything but at least you can talk about the mechanims how all those connect, maybe with diagrams.
reply

You gave me back hope to return to my college career in software engineering after 5 years with this real life demo of Docker!
reply

Those who are having problem with windows. Go to virus and threat protection and add the parent project folder into exclude list.
reply
Add a review, comment






Other channel videos