Hello, I have built an entire app and this video was the baseline for everything. Thank you. Also, I want to deploy it. The frontend and backend is exactly how it is structured in this video and I use PostgreSQL for a database. All the db code is in the Node.js. How would I go about deploying my application in the particular strucuture that it is in?
@@asurge9256 Look up how to create a build/frontend distribution in React (Vite). Then, serve that build on your backend. Finally, deploy your backend on a server.
@@ArpanNeupaneProductions i assume the first part is "vite build", but what do you mean by the "serve that build on your backend"? god i'm never doing web dev (frontend side at least) as a career. maybe 20 years ago when it was just jquery and static HTML or basic AJAX but after the advent of frontend frameworks now 99% of it just looks like configuring tooling and using 20 billion libraries, and there's barely actual "programming" or "software development" involved.
If your application only needs frontend capability, you will be fine with Vite and React. However, if you're looking to implement backend or server-side functionality, using a backend framework like Express could be of good use.
Sometimes i wish i started with backend and then frontend....sheesh its a whole different world out here
bro! I am suffering the same thing too lol
Straight to the the point and under 20 minutes, nice
@@namlasyruhdwohc6340 that's just how we do it 🔥🔥
Great easy to understand video. Good reference for project starting points thank you!
Beautiful job, congrats and thanks. Now its time to containerize it
great bro you teach so well!!love from NepalYou earned a like and a subscriber.
Damn bro, your way of explaining is soo damn good that i can understand everything you said there, thanks
Straight to solution🔥🔥🔥🔥💪
Subbed🙌🔥
thank you so much it helped 😊
Thanks brother! This really saved much of my time. Keep on producing such useful videos.....
thank you for this! Saved me so much time
Hello, I have built an entire app and this video was the baseline for everything. Thank you. Also, I want to deploy it. The frontend and backend is exactly how it is structured in this video and I use PostgreSQL for a database. All the db code is in the Node.js. How would I go about deploying my application in the particular strucuture that it is in?
@@asurge9256 Look up how to create a build/frontend distribution in React (Vite). Then, serve that build on your backend. Finally, deploy your backend on a server.
@@ArpanNeupaneProductions i assume the first part is "vite build", but what do you mean by the "serve that build on your backend"?
god i'm never doing web dev (frontend side at least) as a career. maybe 20 years ago when it was just jquery and static HTML or basic AJAX but after the advent of frontend frameworks now 99% of it just looks like configuring tooling and using 20 billion libraries, and there's barely actual "programming" or "software development" involved.
Thanks bro😢 I have been struggling how to connect but ur video solved me pls upload more video about full stack projects pls 😢
Thank its really helpful
no nonsense, no bullshit, just straight programming
@@Hallowed_Knight that's just how we do it 🔥🔥
Thank you very much!!
Amazing Video any ideas on where you can deploy your server
life saving video ✌✌✌✌
Good video, can you show how to send post, put, delete query in next time ?
is it possible to depoly such a project to vercel? im quite new to all of this. What would i need to do? Great Tutorial!
@@bestpianolpieces it is! Check out my video for React + Vercel :)
Thanks!
Great video, although I wish you also showed how to send data to the backend
thanks but can you tell the significant difference in fetch and axios??
great video helped me a lot. I didn't understand how front-end and back-end worked together now I know
Thanks, man!
How can we deploy this project to Digital Ocean? Shall we dockerize it?
Why do i need to treat it as a CommonJS script, rename it to use the '.cjs' file extension for require? did u use an older node.js version?
Whats the difference between axios and fetch?'
ok.how send from server to client react component ,i use renderToString method from react dom but i have issue - syntax error, dont recognized tag
How to make it as one app... starting from a main folder with one command and then can be released on google play store?
Can you make video how to connect with mysql
I'm kind of new to react.
Do I need express for a single page application or the Vite server would be enough?
If your application only needs frontend capability, you will be fine with Vite and React. However, if you're looking to implement backend or server-side functionality, using a backend framework like Express could be of good use.
Bro it shows access is blocked by cors policy how to resolve this?
You need to make sure the url in your corsOptions matches the one that you're using when launching vue
so how connect nestjs with react? can anyone tells me please
Make a video about ssr with express + react