Deploy a Full Stack App - React, Node.js, Express, Mongo | MERN Tutorial

  Рет қаралды 142,221

Dave Gray

Dave Gray

Күн бұрын

Пікірлер: 224
@XJerome124
@XJerome124 2 жыл бұрын
Thanks a lot Dave, most tech youtubers do a good job at teaching the basics, however, you are one of the very few ones who go the extra step and teach intermediate to advanced topics in a very thorough but easy to follow manner, I am looking forward to seeing your next series, keep all the good content coming!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the kind words, Jerome! 💯
@XJerome124
@XJerome124 2 жыл бұрын
@@DaveGrayTeachesCode by the way, there is an issue with pages reload that are not the home page, to sort it out, just go to the Redirects/Rewrites tab for your service and add a rule with the following values Source Path = /* , Destination Path = /index.html and Action = Rewrite.
@barathrumspace
@barathrumspace 2 жыл бұрын
+1 for this. I personally found it hard when looking for an intermediate level tutorial. Glad that Dave's channel provides it (most of the time).
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Valuable note here Jerome! 💯 Thank you! This is something I overlooked that I _should_ have included in this lesson. I'll make sure to note it in the description and include it in the compilation version.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Barathrum! 💯
@sibusisokumalo7718
@sibusisokumalo7718 Жыл бұрын
Dave, your name is permanently etched in my gratitude list. Of all the teachers, that have taught me, you are my greatest, You did it all to get me to learn to do something for me! maybe, and a cup of coffee, thank you.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You are very welcome!
@hamedayinde9434
@hamedayinde9434 Жыл бұрын
I completed the entire series of this project and I can't express how profound the knowledge these series imparted on me. It's even more astonishing that contents like these are free. Thank you for putting these series out. I am a frontend developer looking to delve into backend development and these series have done nothing but gave me the requisite confidence to explore further. Thank you Dave.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Great to hear!
@Sadgesaltine
@Sadgesaltine Жыл бұрын
You are a life saver! This gave me a great idea on how to deploy my full stack app. I was really struggling with Azure but your helpful instructions really paved the path. I am subscribed!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Part 13 of The MERN Stack Project Series - In this lesson, we deploy both the frontend and backend code repositories to Render.com. ***PLEASE NOTE:*** For reloads & refreshes to work, in addition to the deploy instructions for the frontend you must also: Go to the Redirects/Rewrites section in Render.com and set Source to /* , set Destination to /index.html , and set Action to Rewrite. Again, that missing step is for the frontend deployment.*** This tutorial is not for beginners. If you are a beginner, check out my full courses all in one playlist here: kzbin.info/aero/PL0Zuz27SZ-6M1Uopt6_VL3gf3cpMnwavm
@orieroenahoro5039
@orieroenahoro5039 2 жыл бұрын
Do you know why refreshing on render deploy only works when the trailing ‘/’ is added to the url? Removing the trailing slash takes it to an unknown route
@buraksurumcuoglu8303
@buraksurumcuoglu8303 2 жыл бұрын
I've done exactly what you said, the problem persists Dave, please give me a hand.
@taulantavdili1349
@taulantavdili1349 Жыл бұрын
Please pin this comment to the top of the comments section so people can find it easier! Thanks for the whole MERN stack tutorial.
@Offiziersmesser
@Offiziersmesser Жыл бұрын
Hi Dave, Thanks for the great work you're doing. I have completed the mern fullstack tutorial, and I have based a project of my own on it. However, after deploying, the deployed backend works with my localhost and the user can login and acess all of the endpoints but that's not the case with the deployed frontend url, it seems like when logging in the user, the backend fails on checking whether the user is part of the Users collection and therefore foundUser is false. But it does work with the localhost and I hope someone can help me with that.
@silfion2395
@silfion2395 Жыл бұрын
@@buraksurumcuoglu8303 I still have the same problem, how'd you fix it?
@harshithtejadontoju5312
@harshithtejadontoju5312 5 ай бұрын
Thanks a lot Dave, been following your tutorials from a long time, I've learned the whole full stack development in your channel, and now doing a project by putting all of those technologies together was truly wonderful and insightful. I bet no other course(even a paid one) out there will meet even half of the standards that you have in your videos. Though this series was a bit overwhelming for a beginner like me, your slow and succint deliveries made sure that learned everything eventually. I will never get tired of watching your tutorials and looking forward to learning more content from you. Thanks again for the hard work that you put in your videos. God bless you.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 5 ай бұрын
Glad I have helped you. Thank you for the kind words 🙏
@fahmihussein17
@fahmihussein17 Жыл бұрын
Dave - I have been in software development for quite sometime myself and watched few tutuorials, but by far you are above the rest. It is just beautiful seeing you explain everything. I am very greatful for helping me decide pick the technology stack for the project I am working on. You are great!!! I will be followoing you closely from now on.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you!
@nwaguchima2280
@nwaguchima2280 2 жыл бұрын
It is always beautiful seeing how much effort you put into your work. My one true source for intermediate and advanced tutorials. I am very grateful Dave, Thank you for all you do, this is beautiful, like every other work you have.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the kind words! 🙏
@unmarked_kyuubi274
@unmarked_kyuubi274 2 жыл бұрын
One of the most underrated front end channels out there He really puts emphasis on beginner by making everything really simple and covers a whole lot most other people don't making it very comprehensive blow this man up already 😤
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you! 💯🚀
@yajirushik2871
@yajirushik2871 Жыл бұрын
Finally I'm watching this tutorial after few months and it's only one which satisfies me for deploying a full-stack app. It doesn't wants to host project on different services and doesn't require additional packages to install! . Everything in single place! I'm watching Your videos for over a year now, strange how time flies :D. Anyway I hope You will grow into a new WebDevSimplified! (He's talking too fast to understand everything after first watch, anyone asked him why D:?)
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you!
@mrbilchalan
@mrbilchalan 2 жыл бұрын
Every time I watch any of your tut, I learn something new. Thank you Dave, thanks a lot.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Glad to hear that!
@stephenasiedu76
@stephenasiedu76 Жыл бұрын
Thank you very much dave I made it to the end and was able to deploy it. it's the mobile body surrounding the responsive sizes an extension
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
I think you are asking how I view the responsive sizes in what looks like a mobile phone? An older video of mine shows here: kzbin.info/www/bejne/eWKVlnxrfqqcpJo
@stephenasiedu76
@stephenasiedu76 Жыл бұрын
@@DaveGrayTeachesCode Thanks dave
@HumanHealthLink
@HumanHealthLink Ай бұрын
Thank you for this video, Dave. HOWEVER, this is asinine. The amount of steps it takes to get this done is almost unrealistic. I know you know all the steps and you explain very well. It's just too much! Keep it going brother.
@donatusbrainokwe4350
@donatusbrainokwe4350 2 жыл бұрын
Great job here Dave. I love the way you teach with simplicity and at the same time not insult the intelligence of your audience by spending too much time on obvious and and extremely simple things. Thanks a lot 🙏😍
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the kind words, Donatus! 🙏
@stephenafari8821
@stephenafari8821 Жыл бұрын
One of the best videos, I have seen so far
@NicolaMarble
@NicolaMarble 2 жыл бұрын
Thank you Dave! This tutorial was great as the Heroku bump had me in a bit of a tizzy! With this video I'm more understanding of how deployment actually works!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Great to hear!
@igwenonso4084
@igwenonso4084 Жыл бұрын
😍 thank you dave for taking the time out to teach us all this
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Welcome!
@techexplorerdarwin
@techexplorerdarwin 2 жыл бұрын
Thank you, this is very informative. this is the only tutorial I found that works for me in deploying MERN App.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Glad I could help!
@ahmad-murery
@ahmad-murery 2 жыл бұрын
Thanks Dave for the whole tutorial and especially for the advice at the end 19:15
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're very welcome, Ahmad! I hope you have a great day and weekend my friend 💯🚀
@businessTech127
@businessTech127 Жыл бұрын
Thanks a lot Dave ,just completed the tutorial today and it was amazing journey so far learning from you 🙂.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@yourdreamfulfilledhere8606
@yourdreamfulfilledhere8606 2 жыл бұрын
Dave, you are the sunshine of my life, I wonder if there are any forum or chatting group or webpage to discuss the detail about your tutorial? --- I still have a lot of question to ask, thanks.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
I think you are looking for my Discord where viewers discuss, ask and answer questions: discord.gg/neKghyefqh ...I answer questions there, too.
@dharmeshgohil9375
@dharmeshgohil9375 2 жыл бұрын
Dave,you are awesome the way you teach any body can learn it
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the kind words, Dharmesh!
@vladimirjovanovic3540
@vladimirjovanovic3540 9 ай бұрын
You are excellent teacher!!!!
@dolinio100
@dolinio100 2 жыл бұрын
Awesome Dave.. i'm learning alot from you.. keep it UP 💪💪
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Glad to hear it! 💯
@legendkiller456
@legendkiller456 5 ай бұрын
This is awesome, thank you! Is it normal to separate your back-end and front-end like this? My server folder (back-end) is located inside the app so I think it would be uploaded together with the front-end.
@o.h.n.o.
@o.h.n.o. 2 жыл бұрын
Hey Dave! Love your content. Could you do a tutorial on testing using JS for beginners please?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Great suggestion!
@poorvankshah2848
@poorvankshah2848 Жыл бұрын
Thank you for this tutorial It helped me to publish my project easily
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@AdamMiri-t6m
@AdamMiri-t6m 9 ай бұрын
Removing the ' !origin ' from the cors options will throw an error I just wrote it back and now it works as expected, thank you
@ElvaGood2
@ElvaGood2 8 ай бұрын
The refresh cookies are not saved parmanently on the browser. When you refresh the app they disappear The app probably need to be deployed with a custom Domain for cookies to persist.
@girmasebsibe605
@girmasebsibe605 2 жыл бұрын
Thanks Dave You are my inspiration
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Glad I can help!
@agalligani
@agalligani Жыл бұрын
I finally finished. Great tutorial, with a ton of good knowledge and useful practical skills. I haven't deployed yet but before I do, am curious if there are changes on the Atlas/MongoDB side when you deploy. I seem to recall they restrict access via IP address. Anyhow thank you so much!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Good work! When you deploy, note the comment in the description about setting the rewrite/redirect setting in Render.com so React Router works correctly.
@rammehar5531
@rammehar5531 2 жыл бұрын
Thank you so much great work Dear Dave, pls keep it up continue
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome, Rammehar! 🙏💯
@tester424
@tester424 Жыл бұрын
Excellent bro!! I changed from zeet to render.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Nice work!
@vinayryuzakikale7247
@vinayryuzakikale7247 Жыл бұрын
Thanks a ton Dave!!
@holenz5935
@holenz5935 Жыл бұрын
Many thanks Dave for the advanced MERN stack tutorial. Will it be possible to have a MERN stack tutorial using microservice architecture?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You could say this tutorial uses microservices. We built a separate frontend and backend. They aren't required to be hosted on the same server or even with the same host. Reference: microservices.io/
@jellyfish1772
@jellyfish1772 10 ай бұрын
I love you!may you love long and teach us much more❤
@bilalahmedkhan5876
@bilalahmedkhan5876 Жыл бұрын
Thank you for this video!
@zombiefacesupreme
@zombiefacesupreme 2 жыл бұрын
Fantastic series! I'm a new viewer, but I'll definitely be checking out some of your other projects (any recommendations?) and I'll be keeping an eye on you in the future. I thought I knew Redux/RTK pretty well, but I learned a lot from this.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Glad I could help! No specific suggestions. Just browse / search for channel for what may interest you. More new content always on the way, too! 💯🚀
@React_master
@React_master 2 жыл бұрын
the best lesson thx Dave
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome!
@blessingz
@blessingz 2 жыл бұрын
I was stressed for my free apps seeing heroku going all paid thank Dav for the alt.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! So far, I really like Render.com and am glad that it offers a free tier without asking for any billing info.
@dimitrioschatziioannou8831
@dimitrioschatziioannou8831 2 жыл бұрын
Excellent series Dave! Shall we expect something similar with TypeScript?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, and yes, eventually! 💯
@subliminakeys1674
@subliminakeys1674 2 жыл бұрын
Thanks for another great video! So what do you do if you are in a situation where you dont have a place from the host to put .env? How would you get around that? It would be awesome to see a tutorial on how to host the server from your own network and how you would deal with making sure the env is hidden in that circumstance.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You can create a .env file on the server if your host doesn't provide a UI for you to enter the values.
@dragonore2009
@dragonore2009 Жыл бұрын
There is one part that wasn't explained (maybe it was earlier in the series). How did it know which MongoDB to use?
@adeni4359
@adeni4359 2 жыл бұрын
Hopefully you will make this series into one long video
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Indeed! 💯
@badrbeh5706
@badrbeh5706 11 ай бұрын
Thanks a lot Dav
@Pareshbpatel
@Pareshbpatel Жыл бұрын
Astounding content and a brilliant teaching style. Thanks for your time and effort, Dave. {2023-02-24}, {2023-03-21}, {2023-03-29}
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@Sylar7773
@Sylar7773 2 жыл бұрын
Thank YOU,like always Best of the BEST!!!💪👍
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 💯
@21almog
@21almog Жыл бұрын
great tutorial! one question, where are all the database data are stored? don't you need to deploy the mongo DB to a remote server as well?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
We are using MongoDB Cloud Atlas. You are already accessing MongoDB in the cloud here.
@omarakki705
@omarakki705 2 жыл бұрын
Hi dave thank you so much for your help
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You are very welcome!
@adarshalone7579
@adarshalone7579 2 жыл бұрын
Thanks Dave sir ❤️❤️
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome, Adarsh!
@sonamohialdin3376
@sonamohialdin3376 2 жыл бұрын
Awesome tutorial thank you
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 💯
@sadafhossain521
@sadafhossain521 Жыл бұрын
Thanks a lot!!
@draicor
@draicor 2 жыл бұрын
Thanks dave, for doing this series, they help a LOT..
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
My pleasure!
@big-jo89
@big-jo89 2 жыл бұрын
excellent tutorial as expected. just one question, do we have to split the repos or can we just make one big repo that contain both front and back end code? is it doable this way?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You could keep both codebases in one repo, but I wanted to keep this as real as possible - and you just won't see the frontend and backend share a repo other than in your practice projects. Likewise, when you deploy as shown in this video, you've got a frontend static website and a backend web service. Two different deployments.
@MOJICA7257
@MOJICA7257 2 жыл бұрын
Amazing!!
@vojtechruzicka5670
@vojtechruzicka5670 2 жыл бұрын
Awesome job! Screw paid Heroku, this is free and much easier.
@hariacharya2050
@hariacharya2050 Жыл бұрын
hey dave, it's really cool but can you let me know if it's possible to have a single deployment for both frontend and backend?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
It depends on what you are using - for example, Next.js supports this because it is a fullstack framework. You can have a monorepo that contains your code for the frontend and backend.. but the backend is still deployed to the server and the frontend is usually deployed separately like this project unless using a framework like Next.js. Also, Next.js can use a separate backend if needed / wanted.
@ecedlnsskn
@ecedlnsskn Жыл бұрын
Thank you for this quick lesson sir. I have a question what if i use nodejs and flask together for backend they communicate with each other but how can i deploy my server should i create two web service and change request urls ?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Sounds like two separate backends. Node.js and then another with Flask in a Python environment. They can all communicate as separate entities.
@exkoi
@exkoi 2 жыл бұрын
thank you, kind sir!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome!
@eleah2665
@eleah2665 2 жыл бұрын
Very good. Thanks.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Welcome!
@alielb2130
@alielb2130 2 жыл бұрын
Thanks Dave
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Welcome!
@VishalSharma-fj7fd
@VishalSharma-fj7fd 2 жыл бұрын
Amazing 😍😍
@stephenodogwu7359
@stephenodogwu7359 Жыл бұрын
Hello DaveI previously asked a question about splitting my repositories.I've finally known how do,but while preparing for production I am experiencing a problem: whenever I remove the proxy field from my package.json and add the URL in a .env to access as process.env in my code ,my app stops working in development.Is it a normal issue that will resolve after production,can I go ahead and push to GITHUB or is there something I am not doing right.I have cors referencing my frontend port and the domain name I intend to use on render.please I need help what should I do about the proxy in my package.json.
@germaneswalter8560
@germaneswalter8560 8 ай бұрын
hi sir can i ask what is publish directory? im getting an error saying ` Publish directory src does not exist! `
@jewelayuk
@jewelayuk Жыл бұрын
Thank you!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@ehee27
@ehee27 Жыл бұрын
Hi Dave, thanks for all you do from a fellow Kansas Citian! I caught that in one of your previous videos. I stumbled upon your channel last year and was very impressed compared to the myriad of teachers out there. Pretty freaking awesome to learn you're here in KC! I've just completed this project but unfortunately ran into a little snag with creating notes. It happened last week as I was in the initial stages (setting up Mongo and seeding a couple records via Postman). I spent a decent chunk of time when it occurred, but in the spirit of "Progress Not Perfection" I wanted to press on and learn as much as I could thinking I might find the solution along the way in my review sessions. Long story short: I have not fixed the issue yet so I'm reaching out for some help. I can't efficiently detail it here so I'm wondering what might be the best method/place to post my issue and ask some questions. Thanks in advance! Go Chiefs!!!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
I am definitely in the KC area! On my Discord, it has been discussed that mongoose-sequence is not working with Mongoose 7. You could roll back Mongoose to the version I have in my package.json file or find an alternative to mongoose-sequence - but I'm guessing that is the issue.
@ehee27
@ehee27 Жыл бұрын
@@DaveGrayTeachesCode Much appreciated. Worked like a charm!
@sagargupta5135
@sagargupta5135 Жыл бұрын
Thanks a lot......
@dragonboy-c8i
@dragonboy-c8i Жыл бұрын
Hi Dave ,i followed all the steps you should At first deployed the frontend on render which is live and added that same url to the backend allowed origins But whenever I try to login from the online hosted frontend it is getting blocked by cors But if i try to access the online hosted api through my localhost and postman they are working fine I have added the frontend url inside the allowed origins but still cors is blocking the requests to the online hosted api Please suggest what to do
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
It sounds like there must be an omission or typo in the allowed URL of the deployed site. It must match _exactly_ to what is in the allowed origins list. For example, if one has a / at the end and one doesn't = problem. Or one has http and the other has https. It is likely something little like that.
@dragonboy-c8i
@dragonboy-c8i Жыл бұрын
@@DaveGrayTeachesCode Dave, you are correct. I was missing a '/' at the end, which caused the Cross-Origin Resource Sharing (CORS) to not allow it. Thank you for taking the time to answer my question.
@shantanu556
@shantanu556 Жыл бұрын
how did you diaplay the phone, look sso cool and realistic, i want that too
@raymondmichael4987
@raymondmichael4987 2 жыл бұрын
Thanks Dave, this was a fun ride, been curious on tht feature too a "save to draft" especially saving automatically. Care to give it a spin, even a short one 🙆🏾‍♂️. Greetings from Tanzania 🇹🇿
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome and thank you for joining me on the journey! 💯🚀 I think the "save to draft" feature is a good viewer challenge 🚀 ...if I were to do it, I would apply the useInput and useLocalStorage hooks I cover in this video: kzbin.info/www/bejne/m4LVk52so8SZicU
@ChadDavid
@ChadDavid 2 жыл бұрын
I am a full time application developer who has been stuck in the past. I want to modernize our front end and move from aspx to react. Your mern playlist takes an application from development to deployment. Most just build an example and run on localhost. When is your book coming out. Do you teach via remote?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
I remember working with asp files! Thank you for asking about a book and remote teaching. I want to do both and need to start working on a premium course that offers both a book and video format. I am not doing one-on-one or group mentorship remotely at this time. I am getting consistent requests though and may start doing so. 💯
@ChadDavid
@ChadDavid 2 жыл бұрын
@@DaveGrayTeachesCode I completely understand. I will keep an eye out should anything change. I am looking forward to future videoa and material.
@vominhtrioffical7157
@vominhtrioffical7157 10 ай бұрын
thankiu alot my love
@knightofcarrion7358
@knightofcarrion7358 21 күн бұрын
now what if your server and client are in the same repo... i still have a few bugs on my personal site but hopefully this tutorial will be helpful when i need to deploy it. even without being the same project, it should still deploy the same. just worried if my repo having both the server and client might be hard.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 21 күн бұрын
@@knightofcarrion7358 You should be able to set up both to auto deploy from GitHub based on the directory. Each hosting service may be different but Render and Vercel both make it easy to set up.
@loex345
@loex345 2 жыл бұрын
Greetings I have a mern stack app that was deployed to Heroku and it's in one repository I need help redeploying it to render but all the tutorials I have used so far split the code into two repositories. How do you deploy when everything is in one repository?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
I don't. You should split it up. Separation of concerns. That way you won't auto-deploy the backend when make a change to the frontend or vice-versa.
@tarunsinha1380
@tarunsinha1380 Жыл бұрын
Sir I tried to deploy the backend in node environment, i am getting this error in index.JS file for importing middleware function, Error: Cannot find module './AREAS/FUNC', here AREAS is the other folder, and FUNC is the JS file containing the middle wares,
@htcsaj7876
@htcsaj7876 2 жыл бұрын
Dave, amazing tutorial. How to deploy pern stack postgresql node react. I have code on GitHub but don't have npm run build and without migration tool. Is it possible to deploy pern stack on render
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
I think you can because Render does support PostgreSQL: render.com/docs/databases
@abdulrahmanagboolaosho3582
@abdulrahmanagboolaosho3582 Жыл бұрын
thanks for the amazing tutorial dave, people who do what you do are common but people who do it the way you do it don't exist, could you please leave a link to you discord server, also when I refreshed the dash page on the deployed website I got a Not Found error, and I even took the code from your github repo and nohting changed
@AsliddinBozorov-k2x
@AsliddinBozorov-k2x Жыл бұрын
is it compulsory to disable react devtools or without it it'll work fine?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
It will work either way. I'd say it is a good idea for an app like this.
@muhammadhabban9977
@muhammadhabban9977 Жыл бұрын
Even Render now asks for credit card details for Static Sites and Web Services. What would you recommend for MERN deployment now?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
That is too bad, but if they still don't charge you for small projects, it is a good service.
@MubashirullahD
@MubashirullahD Жыл бұрын
why is .env in a git ignore file? Your going to set the dev or defaults variables there, the values of those variables can be picked up from the system variables that are set on the server where you deploy
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You never want to send your .env file(s) to GitHub.
@usmanshahid8529
@usmanshahid8529 2 жыл бұрын
Hy Dave i have a question. If we use redis cache with mern ,can this service will handle this or we have to change some settings .. A few time ago i have created a frontend app and when i uploaded it using free hosting service then some of its functionalities do not work .Thats why i asking this question..
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
This project uses MongoDB instead of Redis. You can see in this tutorial that the free hosting at Render.com will work to host this project and the data is in the MongoDB cloud.
@Bodrie
@Bodrie Жыл бұрын
The web service is just refusing to run w/o error, im using mySQL, tried everything possible on the internet...
@sebastiengautier3782
@sebastiengautier3782 2 жыл бұрын
dear Dave, I have a "unauthorized - Please login again" at page refresh on safari (but all is ok on chrome or firefox), will you have an idea why by chance? 🙏
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
If this is during deployment, you may have tried to access it with Safari before it was available - and now Safari has temporarily cached this result. Clear you cache and try again.
@sebastiengautier3782
@sebastiengautier3782 2 жыл бұрын
@@DaveGrayTeachesCode damn no still getting the unauthorized after page refresh even if I clear the cache... I did not implemented your "prefetch vs initiate" refactor in my code this is not creating the issue no?
@sebastiengautier3782
@sebastiengautier3782 2 жыл бұрын
@@DaveGrayTeachesCode Dear Dave, it seems Safari is blocking cross-site cookies by default... Do you have a workaround for that by chance?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
@@sebastiengautier3782 sounds like a CORS configuration issue. Check your CORS set up on the backend.
@sebastiengautier3782
@sebastiengautier3782 2 жыл бұрын
@@DaveGrayTeachesCode dear Dave, I have the same CORS config as you. Should I not use refresh tokens rotation to bypass safari privacy tech ?
@sebastiengautier3782
@sebastiengautier3782 2 жыл бұрын
dear Dave, I hope you are very fine. When I remove !origin from the corsOptions I get a CORB blocking the images (I have added images on the notes) do you have an idea why this is happening? many thanks for you help as usual 🙏
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
CORS = Cross-Origin Resource Sharing. Where are the images coming from? If you are pulling them in from another domain, CORS will block that domain unless you list it in the allowedOrigins.
@sebastiengautier3782
@sebastiengautier3782 2 жыл бұрын
@@DaveGrayTeachesCode Yes ! many thanks, I have seen that I was trying to pull images that were uploaded previously from the localhost (imageUrl is stored in the DB). Still I have problems because url is on http not https, I suppose I can store images url in the DB with relative path instead of absolute? 🙏
@sebastiengautier3782
@sebastiengautier3782 2 жыл бұрын
@@DaveGrayTeachesCode dear Dave, in fact I try to upload and serve my image files from Render server disk (multer) maybe this is not allowed from their side and that causes the issue?
@muhammadubaid6576
@muhammadubaid6576 Жыл бұрын
Sir make document tracking system web based in MERN stack with source code
@michaelo4002
@michaelo4002 Жыл бұрын
Hi Dave, thanks for the tutorial. I'm currently trying to host an application I built using React, Node and PostgreSQL on Render and I keep hitting a bug. I'm storing my jwt token in the browser cookies on login. This works perfectly in Postman and in my local environment but once I host my application on Render, I noticed that when the user logs in, the token is no longer being saved in the cookies so the user can't make api requests to routes that require authentication. I've tried several ways to fix this but I'm stuck. The app also crashes when the user tries to refresh. I noticed that you disabled the devtools so I'm wondering if that has anything to do with the issue I'm encountering in my application
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
I don't think it has anything to do with devtools. If it works in your local environment, you probably don't have secure: true set in the cookie - because that would require https and your local environment is http. If you add secure: true to the cookie, it should work when deployed which will use https.
@dharmeshgohil9375
@dharmeshgohil9375 2 жыл бұрын
what is next ? waiting ..........................
@RetroFlexXx
@RetroFlexXx 5 ай бұрын
Can you try to make skin disease classification using CNN project .
@AuxiliaryOfficial
@AuxiliaryOfficial 2 жыл бұрын
how about integrating swagger?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
That could be a nice addition! This project was not for a publicly consumed API so not as necessary. Swagger is great for public API documentation.
@markpiland5256
@markpiland5256 Жыл бұрын
Hey, Dave. I followed this whole tutorial and was able to successfully deploy and run the app. I ended up using much of the code to set up another app I am working on. What I can’t understand is why I can persist login on desktop and on safari (on my iPhone), but not on chrome mobile. I’ve searched and searched and I cannot find an answer at all. Any help would be appreciated! From what I can tell, Chrome is erasing the token on refresh, but Safari is not and neither is Chrome desktop.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Strange.. it could be a setting you have in your Chrome on mobile. Check this: support.google.com/chrome/answer/95647?hl=en&co=GENIE.Platform%3DAndroid
@markpiland5256
@markpiland5256 Жыл бұрын
I don’t know how I missed it, but for anyone else having the same issue - turn on “Allow Cross-Website Tracking” for Chrome.
@marquessmalley1778
@marquessmalley1778 Жыл бұрын
@@DaveGrayTeachesCode I am having a similar problem, I can only persist login on chrome desktop, but not on safari and chrome mobile. Any suggestions??
@thanathatjivapaiboonsak2180
@thanathatjivapaiboonsak2180 2 жыл бұрын
What theme you use??
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Github theme - link in course resources. 🚀
@mohamedyoussef8835
@mohamedyoussef8835 Жыл бұрын
Awesome video +++++++++++++++
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you! Cheers!
@ashimsth5423
@ashimsth5423 Жыл бұрын
i sucessfully deployed my full stack site but the database is getting connected to mongo only when i locally connect the db in vs code terminal.... plz help me.... Is it due to origins url??
@jenniferfan8155
@jenniferfan8155 11 ай бұрын
did you find a solution?
@Behold-the-Florist
@Behold-the-Florist 8 ай бұрын
Whitelist the ip addresses of your api in the mongo settings. Render will give you a list of ips it uses for your apps.
@kingsleyobi-ko9zj
@kingsleyobi-ko9zj 2 ай бұрын
please i need help,mine isn't logging in
@saurabhbisht2238
@saurabhbisht2238 Жыл бұрын
Hii iam working on different mern project everything is working fine but when i reload the page it just says 404 error not found.......it is working well in local host it is not working after deployment.....
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Look at the Render.com section again and the note in the description about rewrite/redirect settings
@marquessmalley1778
@marquessmalley1778 Жыл бұрын
Has anyone faced the issue of the deployed app not storing cookies on safari(Desktop/mobile) and chrome(mobile). The cookie gets stored on chromes desktop but nothing else. I have set secure to true and even tried adding the domain property to the res.cookie but I am still not able to store the cookie in the browser for safari(desktop/mobile). Any help would be great..
@jeff_404
@jeff_404 11 ай бұрын
I'm currently facing the same issue, have you found a solution on this brother?
@shakirfarhan
@shakirfarhan 2 жыл бұрын
I am getting an issue. the frontend and backend is hosted but i server is rendering only homepage, whenever i go on other router its showing 404 error. please help me
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Note the rewrite/redirect noted in the Render.com deployment. Look in the description if you have missed that setting.
@shakirfarhan
@shakirfarhan 2 жыл бұрын
@@DaveGrayTeachesCode Thanks it got solved
@buraksurumcuoglu8303
@buraksurumcuoglu8303 2 жыл бұрын
@@shakirfarhan I have the same issue, even though I did what Dave said about the issue, how did you solve it? Could you give me a hand?
@shakirfarhan
@shakirfarhan 2 жыл бұрын
@@buraksurumcuoglu8303 search about redirects/rewrites in render and copy that to your render
@BismaIjaz-qt6ep
@BismaIjaz-qt6ep 7 ай бұрын
why is it asking me for a card?
@singhgautam18
@singhgautam18 6 ай бұрын
nice
@arunkumar-tn5gu
@arunkumar-tn5gu 2 жыл бұрын
If(process.env.NODE_ENV) the process is not defined why help me
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You have to define that environment variable with the others in your Render.com settings if you want to use it. Otherwise, remove it from your code. I recommend removing it because you are clearly in production mode when you deploy.
@arunkumar-tn5gu
@arunkumar-tn5gu 2 жыл бұрын
Ok. thanks for your reply ...best teacher 😍
Easily Deploy Full Stack Node.js Apps on AWS EC2 | Step-by-Step Tutorial
29:00
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 8 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 98 МЛН
MERN Stack Tutorial with Deployment - Beginner's Course
2:16:26
freeCodeCamp.org
Рет қаралды 184 М.
Full Stack MERN Todo App with React 19, Express v5, MongoDB, Node.js, and SWR
2:51:32
How to deploy your website to production in 30 minutes
3:03:08
Harkirat Singh
Рет қаралды 104 М.
Why aren't you using Fastify? Or Koa? Or NestJS?
9:58
Maximilian Schwarzmüller
Рет қаралды 67 М.
MERN Stack Tutorial: Learn MongoDB, Express, React, Node.js
5:54:47
Austin Davis
Рет қаралды 10 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 823 М.