I think your channel is the best and most underrated. I learned a lot of new concepts from your video, but I had to pause and rewind a few times to understand some of the concepts. Thank you for creating such a helpful video, especially for beginners like me. I have subscribed to your channel and I look forward to watching more of your videos.
Anyone else had a problem with displaying products added to cart ? 6:22:02 It was working on localhost but not after deployment. I guess it's about giving a proper absolute url in services/cart in for all-cart-items route. Can't figure out how it should look like though..
hey guys, do this. create a env file in project and add URL env , while deploying in vercel you need to add those env file details. It will work. Let me know if this works or not, I will create a video on this, but not getting any time.
I am on a Mac with Appearance in Settings set to Dark. This makes things wonky on this tutorial so maybe set it back to light or auto to make things run smoothly. I think there is a conflict between the :root values in globals.css. I noticed that removing bg-white from the tag also fixes my original problem with dark mode on, but I am just getting into the video so I don't know if this is the correct solution.
I think for a dark mode approach that works for both tailwind in nextjs with/without system dark mode, I liked Hamed's video at th-cam.com/video/RTAJ-enfums/w-d-xo.html
What a great video to start fully programming web pages, but I would also like a tutorial on how to recover user accounts because that would be very rewarding to learn.
Great! So much delivered. I just subscribed. What's he difference between Nest.Js 13 & 14? Video was done when latest was Next.Js 13. Will this still work with Next.Js 14 which is the latest? How do I install Next.Js 13? Thank you
hello thanks for video. I hope you do make the functions a little deeper such as refresh token interceptor, reset password, verify otp, infinity scroll when have many product or pagination, chatbot ...
At first you are registering as admin but there is no any other validation to check. In fact any user can register him or herself as admin and can get access of admin portal.
Heyy can you please upload a video how to deploy this website because I’m getting fetch error when I try to deploy on vercel please rely me and let me know
On the API with front-end integration part, an error occured saying that setComponentLevelLoader is not a function. How can I write the function on setcomponentlevelloader or how can I import it? i checked the src but there is no specific logic inside the setcomponentlevel loader
Hi bro i will watch this video completely this week. I am beginner, i am struggling a bit to learn full stack, how can i start with that, i have the basic knowledge of html /css / js for frontend, but backend i do not know anything, i do not understand how to set up a own server for example and the things to deploy my own project on my own domain, what do you recommend me
Question 1=> Actually one point pe thoda doubt hai brother, ham sare next js ke sare api route me "await connectToDB()" kyu call kar rhe h because jab ham MERN stack ka project create karte h then only one time database ko connect karte h main index.js page me using Mongodb and Expressjs then problem kya h? Question 2=> export const dynamic = "force-dynamic"; why we using this line of code in our next js project?
because in this we cannot use expressjs for a path we send repsopne to server directly from website we don have any bridge. thats why we call connecttodb evreytime in every function. i you dont do this then mongodb do not connect with function.
Hi, this is just a demo project. I got your point. This project will give a great indepth idea how to use next js 13 version, based on your idea you can change the functionality that you like :)
already answered this in other comments, you are 100% correct but this is just a demo project. This project will give a prospective how to use next js 13 version, based on your idea you can change and implement the functionality that you like. You will be able to create a single admin user very easily. I hope i answered your point
I would like to ask you somethings when I call api in server component it call like localhost:port something like that in local server, the issue is that i would like make hosting in vercel, I don't know to set that localhost:port api calling value. Can you guide me about it?
please explain this project in hindi lanauge and please upload the tutorials in hindi lanaguge from basic to advance in Next.js 13, MongoDB, Firebase, Strapi, Tailwind CSS these course.. i have no knowledge in it.. i want create the ecommerce website just like a amaozn..
I have completed this full project.Now i am facing issue in deployment because of the absolute path that you have used while listing all products on client side localhost 3000 you have added in api endpoint which is giving error in production what is the solution of this problem?😢😢 Please tell me waiting for you reply sir😢😢😢😢😢
Can you make video on how to push these code on platform like AWS ?! Its hard to find a video showing how to build codes, push GIT, connect domains and hosting at the same time. Espcially hosting dyamic website.
HELP PLEASE REMOVE THIS ERROR........... Error: Cannot access GlobalContext._context on the server. You cannot dot into a client module from a server component. You can only pass the imported name through...!!!!
I think your channel is the best and most underrated. I learned a lot of new concepts from your video, but I had to pause and rewind a few times to understand some of the concepts. Thank you for creating such a helpful video, especially for beginners like me. I have subscribed to your channel and I look forward to watching more of your videos.
Thank you :)
@@sangammukherjee Great job, but you mentioned strapi in the title of the project, but you never used it. Any reasons?
Eagerly wanting a PostgreSQL tutorial. It will be even better if you implement this project with PostgreSQL. Thank you. Loving your videos :)
Wow, that is just mind-blowing, yet these kinds of projects are typically not free. Arigato-gazaimazu
Man! Just discovered your channel.
It has lot of amazing stuff!!
Wow very good work! I watched many tuts on emmorce but that one seems to be the best yet. I will def watch it till the end! Thanks man!
I'm form Pakistan and I think you are the best.
Thank you, you give us a great tutorial !
Anyone else had a problem with displaying products added to cart ? 6:22:02 It was working on localhost but not after deployment. I guess it's about giving a proper absolute url in services/cart in for all-cart-items route. Can't figure out how it should look like though..
Yea, I have the same problem. After deploying to vercel it doesn't work for me. Did You solve it ?
@@focusedpatterns1650 Not really.. I hope someday there's made a seperate video on deploying it to vercel.
Guys you have to put the deployed vercel link to the route, I have started this video , will describe more when completed
hey guys, do this. create a env file in project and add URL env , while deploying in vercel you need to add those env file details. It will work. Let me know if this works or not, I will create a video on this, but not getting any time.
@@sangammukherjee i have some problem. i have added the url env, but it still works. i hope tutorial for this problem
best channel to learn very easy to learn
Nice thank you amazing content, Subscribed and liked 👏👏👌👌🙌🙌✌✌👍👍
Nice website running successfully
Que programador tan genial!
How i can just send a customer information to the email because i dident need the cridit card
Please tell me ❤
Thank u so much for this amazing project 🖤
did you finish the project?? got any errors??
Yes I have finished it without any error...
I submitted it as my Final year project...
I am on a Mac with Appearance in Settings set to Dark. This makes things wonky on this tutorial so maybe set it back to light or auto to make things run smoothly. I think there is a conflict between the :root values in globals.css. I noticed that removing bg-white from the tag also fixes my original problem with dark mode on, but I am just getting into the video so I don't know if this is the correct solution.
need to test in mac once, let me check and reply here. Thanks for this info :)
I think for a dark mode approach that works for both tailwind in nextjs with/without system dark mode, I liked Hamed's video at th-cam.com/video/RTAJ-enfums/w-d-xo.html
very goood project and explanation too... tell how deploye this project in vercel
Good work, learnt alot
What I need to learn
I got exact thanks for your patience to explain this..
Love from Hyderabad ❤❤❤
Please do some typescript and next js projects ❤🎉🎉
Did you complete it bro?
Good 👍
Nice Tutorial.
Good Project that i have never ever seen
Well Explained Sangam.If possible try to explain the concept also that will make you different from others.
Awesome video bro :❤
Amazing content🔥🔥
What a great video to start fully programming web pages, but I would also like a tutorial on how to recover user accounts because that would be very rewarding to learn.
omg, this is free ? Thank you so much sir
your video is awesome but plz add cancel order and return order functionality.
nice video
👍👍👍👍
Great! So much delivered. I just subscribed. What's he difference between Nest.Js 13 & 14? Video was done when latest was Next.Js 13. Will this still work with Next.Js 14 which is the latest? How do I install Next.Js 13? Thank you
Great tutorial, one question is there a reason why you are using router instead of next-link?
you can use next link also :)
Wow Nice
nice project
Already flattered
Good work bro
good sir
everything is looking good but i think you sould add the search in the navbar
hello thanks for video. I hope you do make the functions a little deeper such as refresh token interceptor, reset password, verify otp, infinity scroll when have many product or pagination, chatbot ...
Thanks for making the video in english for worldwide 😅
At first you are registering as admin but there is no any other validation to check. In fact any user can register him or herself as admin and can get access of admin portal.
Admin can be registered one time only not two times
Great dada❤❤❤
Need a tutorial React with Appwrite ❤️
Did you do any state management of the data in this tutorial? Did you use anything like redux or redux or recoil?
would be nice - Firebase, strapi and Tailwind css?
Great project but sir can you please make it multi vendor
Great content bro :)
Heyy can you please upload a video how to deploy this website because I’m getting fetch error when I try to deploy on vercel please rely me and let me know
finally its done
Did he use redux-toolkit for state management
bro i got an error whenyou psuh your first registration (2:00)
SyntaxError: Unexpected token '
same
is there a tutorial to connect this exercise with the admin panel?
On the API with front-end integration part, an error occured saying that setComponentLevelLoader is not a function. How can I write the function on setcomponentlevelloader or how can I import it? i checked the src but there is no specific logic inside the setcomponentlevel loader
bro here u not mentioned the protected routes??? you had done on nextjs I need the backend like python or any that should be show how to protect
❤
i request u to please include typescript in ur upcoming next js tutorial video
sure :)
@@sangammukherjee plz don't add typescript
@@sangammukherjeeadd
Hi bro i will watch this video completely this week. I am beginner, i am struggling a bit to learn full stack, how can i start with that, i have the basic knowledge of html /css / js for frontend, but backend i do not know anything, i do not understand how to set up a own server for example and the things to deploy my own project on my own domain, what do you recommend me
Why didn't you use Multer and formidable library for images upload sir?
will use in next videos. Noted. Thanks :)
Question 1=> Actually one point pe thoda doubt hai brother, ham sare next js ke sare api route me "await connectToDB()" kyu call kar rhe h because jab ham MERN stack ka project create karte h then only one time database ko connect karte h main index.js page me using Mongodb and Expressjs then problem kya h?
Question 2=> export const dynamic = "force-dynamic"; why we using this line of code in our next js project?
because in this we cannot use expressjs for a path we send repsopne to server directly from website we don have any bridge. thats why we call connecttodb evreytime in every function.
i you dont do this then mongodb do not connect with function.
@@PayloadPulse thnaks brother 🙂
@@PayloadPulse export const dynamic = "force-dynamic"; why we using this line of code in our next js project? ae kyu use hua h apko pta h?
Great video, but why not use prettier instead of manually formating all the time? could save a lot of time :)
Good one! But why Admin would add product and buy the same product? Didn't understand.
Hi, this is just a demo project. I got your point. This project will give a great indepth idea how to use next js 13 version, based on your idea you can change the functionality that you like :)
wait isn't that dangerous to put role options in sign up page cus everyone can sign up as admin?
already answered this in other comments, you are 100% correct but this is just a demo project. This project will give a prospective how to use next js 13 version, based on your idea you can change and implement the functionality that you like. You will be able to create a single admin user very easily. I hope i answered your point
I have any issue with the product by id section… it returns undefined
good luck
is hosting included in this video?
if a customer buy anything then how to show there is decrese in product in DB
Is this is industry level project ??
Brother, why didn't you add road tracking system to it? Also tell me like it is done in Flipkart.
I would like to ask you somethings when I call api in server component it call like localhost:port something like that in local server, the issue is that i would like make hosting in vercel, I don't know to set that localhost:port api calling value. Can you guide me about it?
Hi, i am not getting time. I will definitely create a separate video for this. Thanks.
is it working now ? can i start of version dependencies causing issue?
where is deployment part ?
Do it yourself
Actually i had a error in DB could not connect to any servers in your mongodb atlas clusters
Did he use redux-toolkit for state management
Is this responsive too ??
Bro I am in b tech 3rd year I want to learn from you I want to become full stack can you please teach me please...or you can please continue a series
Make a video to how to deploy this project
Please bro
if i build this web project can i get a job as a fresher please replay
yes definitely :)
4 high severity vulnerabilities@@sangammukherjee during firebase installation how can i fix it
please explain this project in hindi lanauge and please upload the tutorials in hindi lanaguge from basic to advance in Next.js 13, MongoDB, Firebase, Strapi, Tailwind CSS these course.. i have no knowledge in it.. i want create the ecommerce website just like a amaozn..
Any plain for React Native Plz start React native with Rest API project with Node js
Greetings and thanks for the content. Can you show us how to add verification emails and reset password please? Thanks again.
sure. thanks :)
I have completed this full project.Now i am facing issue in deployment because of the absolute path that you have used while listing all products on client side localhost 3000 you have added in api endpoint which is giving error in production what is the solution of this problem?😢😢 Please tell me waiting for you reply sir😢😢😢😢😢
Hello this source is free to use?
How to get this project pics
bhai redux toolkit use karna tha
npm run dev command is not working it shows an error
i checked package.json file there is not any dev
Please check , did you properly installed next js project or not.
@@sangammukherjee
I was trying to run the code from the wrong directory (not ecommerce). But I figured it out!
Thanks for your response!
How to deploy this project on free platform
will create a separate video for this, thanks :)
Versal
Can u help me deploying it
is this project responsive?
this page is responsive ?
How to add Forgot password feature in the login/signup page
Search option is not available
will add later if possible , thanks :)
Unable to install all packages, gives error npm registry not present
try this : npm config set registry registry.npmjs.org
Can you add payment integration to the site ?
its already there using strapi, what else you are referring ?
Stripe*
Can you make video on how to push these code on platform like AWS ?! Its hard to find a video showing how to build codes, push GIT, connect domains and hosting at the same time. Espcially hosting dyamic website.
can i learn web development with project in 6 month after 12hrs daily study
how I deploy this project on vercel
Did he use redux-toolkit for state management
HELP PLEASE REMOVE THIS ERROR...........
Error: Cannot access GlobalContext._context on the server. You cannot dot into a
client module from a server component. You can only pass the imported name through...!!!!
brocan you fix issue we are facing many issue please fix it please!!!
Please mention the issues or create issues under githun repo
Is it responsive
yes. But i haven't give lot of attention in CSS part. As there are lot of functionalities.
Bro, the logic of your application is incorrect, how can you allow the user to choose their role ??
How can i deploy this project in Vercel ? Please make a video for this
Ok I will definitely do this.
Plz now turn to React native with Full Stack Application using Node js and firebase
how to learn html css and javascript tell me first???
6.15
can you make that website single admin user