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.
Ga damn dude, thanks for one. You're a good one. Earned a subscriber!
@@daeseomyung6943 thank you!
This is the best tutorial I've ever followed on TH-cam. Thank you very much!
Very grateful for your support!
You earned a loyal subscriber.
You teached me a lot in just 16 min.
Thanx ❤
@@mr.desiproduction Thank you for watching!
Excellent tutorial!
@@DeepakCheenath thank you!
Straight to the the point and under 20 minutes, nice
@@namlasyruhdwohc6340 that's just how we do it 🔥🔥
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
why to start with the backend ? is there any reason why so many starts wid 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
This finally cleared some questions.
Thank you a lot ❤❤❤❤
@@Soulcode-k you're welcome!
no nonsense, no bullshit, just straight programming
@@Hallowed_Knight 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
Thanks brother! This really saved much of my time. Keep on producing such useful videos.....
thank you for this! Saved me so much time
U r a life saver...
really great explanation❤❤👍👍
great video helped me a lot. I didn't understand how front-end and back-end worked together now I know
Straight to solution🔥🔥🔥🔥💪
Subbed🙌🔥
Awesome ..love the way u teach
life saving video ✌✌✌✌
thank you so much it helped 😊
Thanks bro😢 I have been struggling how to connect but ur video solved me pls upload more video about full stack projects pls 😢
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.
Thank you very much!!
this is a good tuto , u should make long courses
@@beThe-Coder check out my Supabase authentication course!
Sir, you are an angel, a savior!!!! ❤🙌
Thank you!
Thanks, man!
Amazing Video any ideas on where you can deploy your server
Thank its really helpful
Great video, although I wish you also showed how to send data to the backend
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!
thanks but can you tell the significant difference in fetch and axios??
Its blocked by Cors policy? I checked everything. What could it be? URL is exact same as localhost
Thank you
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
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.
How can we deploy this project to Digital Ocean? Shall we dockerize it?
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
Can you make video how to connect with mysql
so how connect nestjs with react? can anyone tells me please
damn what browser is that?
Make a video about ssr with express + react
How to make it as one app... starting from a main folder with one command and then can be released on google play store?