Thank you sir, this is the first video that helped me. I tried deploying on Vercel and Netlify but the process was too long and I was forced o modify the project or add files just to deploy. With this video it was only a click and everything was done. Like!
@raulmelo19875 ай бұрын
Thank you from Brazil! You're awesome!
@josephgeorge12438 ай бұрын
Thanks a lot. Helped me to deploy my first nodejs api with authentication
@amaganasagara3342 Жыл бұрын
very good video
@webwizard8 Жыл бұрын
Thank you for watching!
@mrnabby41789 ай бұрын
the only video that worked. Thanks a lot bro.
@Ordinary_W0rld Жыл бұрын
Bro you saved my time and life❤
@webwizard8 Жыл бұрын
You're very welcome! 🙏🏼
@dgdmenezes10 ай бұрын
thank you very much! you're amazing!
@webwizard810 ай бұрын
Thank you for your kind words! 😊Feel free to explore more content on the channel!!
@nahuelfelipecempellin6199 Жыл бұрын
Thank you for de video!
@webwizard8 Жыл бұрын
Welcome! Explore the channel for more content and consider subscribing to the channel to support me!
@devynity45076 ай бұрын
Thanks man, all i need to do for my app to work is to put the .env variables inside the render add Environment variable, so it can read my .env mongodb url. Once again Thanks
@Dhanushsaji Жыл бұрын
Thank you
@webwizard8 Жыл бұрын
You're welcome! ❤️
@marcohama1 Жыл бұрын
thank you, help me a lote
@lovishrajput35187 ай бұрын
sir mera node module folder b initialize hora hai isko initialize nhi kerna to kya kerenge or git ignore file kya work kertti hai help me please
@webwizard87 ай бұрын
Sorry, I didn't walk through the .gitignore file in the video, In .gitignore file, you should add node_modules & .env so that it will not be added to the github repository In Render platform while creating the web service, you have to provide "npm install" as a build command, so that Render will install the dependencies that are required by your app
@premmane9816 Жыл бұрын
We have to upload node modules also on github inorder to access it in render ?
@webwizard8 Жыл бұрын
First of all - never upload node_modules to github Why would you need to access it? Render handles installation of your dependencies during the build process, I'd recommend to re-watch the video for better understanding
@ubaidnaeem386111 ай бұрын
i give this error sh:1 nodemon permission denied how can i solve my error
@mlg600910 ай бұрын
Add cors and make sure to checkout how he configured the atlas
@niranjanb4919 Жыл бұрын
Bro Mongodb ni separate ga create cheskoni adi mana app lo use cheyala URL ? nenu Node app chesa which uses mongodb for data storage.
@webwizard8 Жыл бұрын
Yes, when it comes to production usecase you need to host your database somewhere on the internet/cloud, You can make use of MongoDB Atlas for a cloud instance of MongoDB database.
@aayushichauhan799111 ай бұрын
We have to upload env file on GitHub or not
@webwizard811 ай бұрын
I do not recommend uploading your .env file to GitHub, as it may contain sensitive information such as API keys or credentials. Instead, consider adding your .env file to your .gitignore to ensure it doesn't get pushed to the repository. Kindly follow along with my tutorial, where I demonstrate updating environment variables on the Render platform during API deployment. Thanks for watching!
@crystalezordgames6401 Жыл бұрын
even its free but render requires us to add a payment method before deploying? is it true or my step was wrong ?😅
@webwizard8 Жыл бұрын
I don't think that's true, I've been using render for a while and still I haven't added any payment methods. All we need to do is keep their free usage limits in mind. If one needs unlimited usage then they should use paid instances. Checkout their pricing plans that suits your needs!
@crystalezordgames6401 Жыл бұрын
hey is this for free ? i mean the render web
@webwizard8 Жыл бұрын
Hey! It has free usage but with usage limitations, Refer their pricing plans section here - render.com/pricing