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.
This is the best tutorial I've ever followed on UA-cam. Thank you very much!
Very grateful for your support!
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
Straight to the the point and under 20 minutes, nice
@@namlasyruhdwohc6340 that's just how we do it 🔥🔥
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.
Great easy to understand video. Good reference for project starting points thank you!
U r a life saver...
Damn bro, your way of explaining is soo damn good that i can understand everything you said there, thanks
life saving video ✌✌✌✌
Thanks brother! This really saved much of my time. Keep on producing such useful videos.....
Straight to solution🔥🔥🔥🔥💪
Subbed🙌🔥
Awesome ..love the way u teach
Thanks bro😢 I have been struggling how to connect but ur video solved me pls upload more video about full stack projects pls 😢
thank you for this! Saved me so much time
thank you so much it helped 😊
great video helped me a lot. I didn't understand how front-end and back-end worked together now I know
no nonsense, no bullshit, just straight programming
@@Hallowed_Knight that's just how we do it 🔥🔥
this is a good tuto , u should make long courses
@@beThe-Coder check out my Supabase authentication course!
Amazing Video any ideas on where you can deploy your server
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?
Thank you very much!!
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
Thank its really helpful
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.
Great video, although I wish you also showed how to send data to the backend
Thanks, man!
Good video, can you show how to send post, put, delete query in next time ?
thanks but can you tell the significant difference in fetch and axios??
How can we deploy this project to Digital Ocean? Shall we dockerize it?
Thank you
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!
Whats the difference between axios and fetch?'
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.
so how connect nestjs with react? can anyone tells me please
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
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?