Source Code Will Be Here For All The Videos 👇 github.com/HuXn-WebDev/MERN-E-Commerce-Store Project Complete Playlist 👇 ruclips.net/video/PRpTY5LS95M/видео.html
Hi HuXn I am impressed by your style of teaching and learnt quite a lot of things with you in this channel. I hope that you could continue to provide this kind of tutorials more in time to come I want to start on this project by following your steps, I really hope that I am not outdated and since, I am new to this, can I share my issues with you? Please advise
@@huxnwebdev I'm getting an error of can't find the module index.js. Can you clarify why you have placed the index.js file inside utils? For me it's showing an error and when i move the index.js files to the root directory it's working fine. Please clarify to me what is the reason to place an index js file inside utils and it's not showing any error to you(I tried changing script of backend it's working)
@@iamjabeed When did i place the index.js file into Utils? The index.js file should be inside the (backend) folder not inside any of the folders which are inside the backend folder This is how your folder structure should look like: -> Backend index.js -> controllers -> utils -> models -> routes (You can grab the code from my github repo if you're still facing the error)
hi can you help me please. i completed this video till just before you started doing postman. i tried doing npm run backend. however i get the error - ERROR: The `uri` parameter to `openUri()` must be a string, got "undefined". Make sure the first parameter to `mongoose.connect()` or `mongoose.createConnection()` is a string.
i tried to follow your setup line by line but instead of creating local database i used atlas. i am used to writing no es6 code like require keyword. but i followed your tutorial and on poostman i am getting no response, it just keeps loading. i was hoping if i setup git repo you can check whats the problem
Absolutely, happy to help! However, due to RUclips's policies, sharing repo links in the comments might get automatically deleted. Feel free to shoot the repo link to one of my socials & I'd love to help.
@@HitRachhadiya you must be using some package like cors You must have written something like app.use(cors) Insteade write write app.use(cors()) I am just giving example with cors package try it with other packages as well
I am noob. Should I install MONGODB in my PC before this?? because I did your code It says [nodemon] app crashed - waiting for file changes before starting...
I wnat to ask you for someone like me that only wants to practice react js, is it helpful? Can I just simply copy backend codes and watch only react parts?
You are an amazing teacher, thank you for absolutely amazing playlists. However, i am getting these error Throw er; // undefined `error` event Body-parser deprecated undefined Can you please help me?
Thanks for the feedback, You can go to my github repo and copy the code from a specific commit or you can push your code to github and send me the link on any of my socials.
Source Code Will Be Here For All The Videos 👇
github.com/HuXn-WebDev/MERN-E-Commerce-Store
Project Complete Playlist 👇
ruclips.net/video/PRpTY5LS95M/видео.html
how to run your app in vscode once downloaded from github
please rep my cmt
font???
Thank you Huxn your grooming me to become a developer.
Thank you Sir
This channel is underrated
His explains so well i appreciate ur hardwork bro ❤
Bro you are hero. I mean all of these for FREE. Unbelievable. Thanks lot 🥰
Starting it today and i hope i'll complete it within this month and surely learn alot from it.
Good luck 🤞
Hi HuXn
I am impressed by your style of teaching and learnt quite a lot of things with you in this channel.
I hope that you could continue to provide this kind of tutorials more in time to come
I want to start on this project by following your steps, I really hope that I am not outdated and since, I am new to this, can I share my issues with you?
Please advise
Please make a video for the browser configuration it looks damn good 😮
Awesome Video!
Thanks a lot!
❤❤❤ Thank you for what you have contributed
Thanks for the support buddy 🤝
@@huxnwebdev I'm getting an error of can't find the module index.js. Can you clarify why you have placed the index.js file inside utils?
For me it's showing an error and when i move the index.js files to the root directory it's working fine.
Please clarify to me what is the reason to place an index js file inside utils and it's not showing any error to you(I tried changing script of backend it's working)
@@iamjabeed When did i place the index.js file into Utils? The index.js file should be inside the (backend) folder not inside any of the folders which are inside the backend folder
This is how your folder structure should look like:
-> Backend
index.js
-> controllers
-> utils
-> models
-> routes
(You can grab the code from my github repo if you're still facing the error)
if anyone facing with the tailwind configuration issue instead of "./src/**/*.{html,js}" change it to "./src/**/*.{html,jsx}"
thank you bro so much, you deserve morethan this
hi can you help me please. i completed this video till just before you started doing postman. i tried doing npm run backend. however i get the error - ERROR: The `uri` parameter to `openUri()` must be a string, got "undefined". Make sure the first parameter to `mongoose.connect()` or `mongoose.createConnection()` is a string.
Make sure your env file is defined in the root folder that is in the path ecommerce folder not in the backend
Hi! the video is just amazing and i have
done all the stuff but one thing is not working the postman request its giving error
i tried to follow your setup line by line but instead of creating local database i used atlas. i am used to writing no es6 code like require keyword. but i followed your tutorial and on poostman i am getting no response, it just keeps loading.
i was hoping if i setup git repo you can check whats the problem
Absolutely, happy to help! However, due to RUclips's policies, sharing repo links in the comments might get automatically deleted. Feel free to shoot the repo link to one of my socials & I'd love to help.
sir i am facing same problem i am trying from last 3 hours but it is not solved. can you help me? @huxnwebdev @androidKingforyou
@@HitRachhadiya you must be using some package like cors
You must have written something like app.use(cors)
Insteade write write app.use(cors())
I am just giving example with cors package try it with other packages as well
thank you, great video
Glad you liked it!
Thnks huxn bhai❤
what did the theme u use for vscode? please
I am noob. Should I install MONGODB in my PC before this?? because I did your code It says [nodemon] app crashed - waiting for file changes before starting...
Please tell the Prerequisites for this course😢😢😢😢
I wnat to ask you for someone like me that only wants to practice react js, is it helpful? Can I just simply copy backend codes and watch only react parts?
No learn backend a little bit. You don't need to go into details. But you should have an idea.
Which version of windows you're using
will you also write css in this project from scratch
NO, I'm using tailwindcss 🤝
Link is not open in my browser its showing http 404 error 😢
Hi HuXn may i know the prerequisite to learn this
How to create myworkspace in mongodb?
thank you
You're welcome 😊
@@huxnwebdev do you have a discord server
Do we have to install mongo db or mongoose in our machine to go forward i am getting error everything done
Yess..i was having the same issue..then I installed mongo db community version and it started working alright
cool
i dont know how tomake myworkspace
hello font family name please
Aowsem🙂
You are an amazing teacher, thank you for absolutely amazing playlists.
However, i am getting these error
Throw er; // undefined `error` event
Body-parser deprecated undefined
Can you please help me?
Thanks for the feedback, You can go to my github repo and copy the code from a specific commit or you can push your code to github and send me the link on any of my socials.
@@huxnwebdev okay thank you sir
ERR_MODULE_NOT_FOUND
Push your code to GitHub and send me the link 🔗
Added db.js it's it solved now I got a new error errno:-4092 , port:-1