I'am new to web dev, jump in from pure machine learning to web dev. I was assign by my seniors to do a Full Stack web app using Ejs, Express JS, Node JS and Postgresql. And its hard to find a decent and brief tutorials on YT when it comes to this (mostly PERN STACK), I just wanna say 'Thank You' for making this kind of video. Hope you make more of this :)
Here is the link to the github repo github.com/dhritich20baruah/YTvids/tree/master/Postgresql/Backend But I am using the same backend for node as well as a react project. You will understand when You go through it.
The code for the edit and delete buttons is: ```` delete
border_color ``` For the delete button you have to use form action and for the edit button "a href=" should be used. Only the edit button will redirect. The delete button will simply reload the page. @@Suma-gl6dj
I'am new to web dev, jump in from pure machine learning to web dev. I was assign by my seniors to do a Full Stack web app using Ejs, Express JS, Node JS and Postgresql. And its hard to find a decent and brief tutorials on YT when it comes to this (mostly PERN STACK), I just wanna say 'Thank You' for making this kind of video. Hope you make more of this :)
Glad you liked it and welcome to web dev
I love this video so much and I've been viewing for over 10 times.
Thank You.
Thanks a lot for creating this video lecture it just helped me to do CRUD operation in PERN.😊😊😊😊😊😊
You are welcome.
great one
This video is absolutely useful! Thank you☺☺
You are welcome.
dharsini... you are start person in Nodejs ?
@@anesp.a913 yes
THank you so much, absolutely useful video 👌
Glad that it was helpful.
Thank you ❤
Can you please provide the Source code link
Here is the link to the github repo github.com/dhritich20baruah/YTvids/tree/master/Postgresql/Backend
But I am using the same backend for node as well as a react project. You will understand when You go through it.
Thank you
Getting error while clicking on edit and delete buttons....can you please resolve that.
It is not redirecting to other page
The code for the edit and delete buttons is: ````
delete
border_color
```
For the delete button you have to use form action and for the edit button "a href=" should be used. Only the edit button will redirect. The delete button will simply reload the page.
@@Suma-gl6dj