CRUD in NodeJS, Express and Postgresql

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024
  • This video shows how to connect express and postgresql and also carry out CRUD operations

ความคิดเห็น • 19

  • @RahulShirke-ce7jw
    @RahulShirke-ce7jw หลายเดือนก่อน

    Thanks a lot for creating this video lecture it just helped me to do CRUD operation in PERN.😊😊😊😊😊😊

    • @dhriti3080
      @dhriti3080  หลายเดือนก่อน

      You are welcome.

  • @PeeJoyHuaikrai
    @PeeJoyHuaikrai 2 หลายเดือนก่อน +1

    I love this video so much and I've been viewing for over 10 times.

    • @dhriti3080
      @dhriti3080  2 หลายเดือนก่อน +1

      Thank You.

  • @argantoplays3133
    @argantoplays3133 6 หลายเดือนก่อน +1

    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 :)

    • @dhriti3080
      @dhriti3080  6 หลายเดือนก่อน +1

      Glad you liked it and welcome to web dev

  • @dharsinipriya3651
    @dharsinipriya3651 5 หลายเดือนก่อน +1

    This video is absolutely useful! Thank you☺☺

    • @dhriti3080
      @dhriti3080  5 หลายเดือนก่อน +1

      You are welcome.

    • @anesp.a913
      @anesp.a913 3 หลายเดือนก่อน

      dharsini... you are start person in Nodejs ?

    • @dharsinipriya3651
      @dharsinipriya3651 3 หลายเดือนก่อน

      @@anesp.a913 yes

  • @parvathyraju9551
    @parvathyraju9551 3 หลายเดือนก่อน

    THank you so much, absolutely useful video 👌

    • @dhriti3080
      @dhriti3080  3 หลายเดือนก่อน

      Glad that it was helpful.

  • @Balaaaa10
    @Balaaaa10 7 หลายเดือนก่อน

    Thank you ❤

  • @Suma-gl6dj
    @Suma-gl6dj 9 หลายเดือนก่อน +1

    Can you please provide the Source code link

    • @dhriti3080
      @dhriti3080  8 หลายเดือนก่อน

      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.

    • @Suma-gl6dj
      @Suma-gl6dj 8 หลายเดือนก่อน

      Thank you

    • @Suma-gl6dj
      @Suma-gl6dj 8 หลายเดือนก่อน

      Getting error while clicking on edit and delete buttons....can you please resolve that.

    • @Suma-gl6dj
      @Suma-gl6dj 8 หลายเดือนก่อน

      It is not redirecting to other page

    • @dhriti3080
      @dhriti3080  8 หลายเดือนก่อน

      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