VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
PERN Stack Course - Build a Yelp clone (Postgres, Express, React, Node.js)

PERN Stack Course - Build a Yelp clone (Postgres, Express, React, Node.js)

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn the PERN stack by building a Yelp clone. The PERN stack includes PostgreSQL, Express, React, and Node. You will learn all the basics including installation, creating databases/tables, making queries, adding entries, establishing relationship between tables, SQL joins, and more. - Code - https://github.com/Sanjeev-Thiyagarajan/PERN-STACK-YELP-CLONE - Course developed by Sanjeev Thiyagarajan. Check out his YouTube channel: https://www.youtube.com/channel/UC2sYgV-NV6S5_-pqLGChoNQ?sub_confirmation=1
Date: 2022-03-14

Comments and reviews: 10


For those who do not know about context. The context api in react is used when you wish brodcast certain props through all the levels of the tree without having to manually pass them down as props at each and every juncture so theoretically wherever (component) you wrap your provider that is associated to that context, whatever props you are associating with that context will be available to all the children components of that component (around which you wrapped that provider)
reply

Any chance that there could be a follow-up video showcasing how to use ci/cd with for this project (with github actions, docker, aws etc.)? Or any link to a video that you would recommend that covers the aforementioned topics? BTW thank you so much for making this amazing tutorial.
reply

If you're watching this tutorial around mid-2021 or later, make sure you use the exact version of bootstrap he uses in the video, otherwise the layout will NOT work correctly. You cap the exact link tag he uses by going to the github source code in the description !
reply

This is great I have been wanting to build a Directory and learn React as well. I have seen some others but they only show the front end. I want to build a full functioning Directory. Does this tutorial cover the signup page with credit card processing as well?
reply

2:52:56 I was always confused when I started learning between frontend and backend routes. All seemed to be a mess, but you here mentioned about this. This tutorial is definitely worth to be shared with someone who learns web development. Very clear explanation
reply

Please can you tell me what to do I hit a roadblock each time I try to run npm start on my client folder it shows me this error message Failed to compile.-
./src/App.jsx-
Attempted import error: 'Switch' is not exported from 'react-router-dom'.

reply

Would it be a better idea to put the reviews database query in its own get route? You would have to make another axios request to the backend but this way you wouldn't be always pulling the list of reviews down with the restaurant object. Thoughts?
reply

This would have been perfect if there was any user authentication. Not really practical to let just any random person leave a review, they'd need to be logged in or something. It's a shame, there aren't many PERN stack courses out there.
reply

Amazing video, although I had experience with react/node before, I now have much better clarity on structure and flow. Filled with many nice coding details that I used to write workarounds for... Worth every minute, thanks!
reply

5:47:00
I used -window.location.reload()- to reload page after adding review, rather than routing -/- and then again to -location.pathname-
Hope it helps...
Thank you for the tutorial, it is amazing!

reply
Add a review, comment






Other channel videos