Rest application with Node JS Express & Sequelize & SQLite

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

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

  • @preyaskansara
    @preyaskansara 3 ปีที่แล้ว +10

    This is the clearest video on Sequelize with API end points. Thank you!!

  • @thetutorialdoctor
    @thetutorialdoctor 3 ปีที่แล้ว +2

    Took me all day to find a video like this. Great job.

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

    Excellent. Superb explanation. Especially the use of async with await. Thank you so much.

  • @santiagomediabilla6696
    @santiagomediabilla6696 3 ปีที่แล้ว +2

    Solved my life implementing Sqlite + Sequelize in Node, thanks! new sub, great channel! continue doing content!

  • @michealdalu8620
    @michealdalu8620 2 ปีที่แล้ว +1

    Thanks, this is straightforward....

  • @ObaidMuneir
    @ObaidMuneir 3 ปีที่แล้ว +2

    Thanks Sir Love you i am waiting for your upcoming tut

  • @erhanaslan3572
    @erhanaslan3572 2 ปีที่แล้ว

    çok güzel bir video olmuş anlatım gayet açık ve net

  • @noeladaidu7740
    @noeladaidu7740 2 ปีที่แล้ว +1

    Impressive tutorial.

  • @loveteaching6600
    @loveteaching6600 2 ปีที่แล้ว

    this is how you should teach .......tnx

  • @Umfyq
    @Umfyq 2 ปีที่แล้ว

    Very approachable, thank you ❤

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

    Thanks for the tutorial

  • @poyrazaktas6374
    @poyrazaktas6374 3 ปีที่แล้ว +1

    it was a nice and clear implementation I loved it.

  • @unitybr3222
    @unitybr3222 2 ปีที่แล้ว +1

    Perfect video!!!

  • @moshoodolawale3591
    @moshoodolawale3591 ปีที่แล้ว

    Nice tutorial. What font are using on your vscode?

  • @juanarias1167
    @juanarias1167 3 ปีที่แล้ว

    Thank you so much, amazing video!

  • @rafaelfu624
    @rafaelfu624 ปีที่แล้ว

    Thank you!

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

    good job. Thanks.

  • @munkh-erdenez2117
    @munkh-erdenez2117 ปีที่แล้ว

    Thanks, do you have any idea that add another Post model beside User? How can we add another database/table on server?

  • @3djdavid
    @3djdavid 2 ปีที่แล้ว +1

    awesome!

  • @Mobius02
    @Mobius02 3 ปีที่แล้ว +2

    Nice video

  • @Softrough1989
    @Softrough1989 3 ปีที่แล้ว

    Very useful, thanks.

  • @yaminaatmaoui2245
    @yaminaatmaoui2245 ปีที่แล้ว

    Thanks

  • @GameCrawl
    @GameCrawl 2 ปีที่แล้ว

    You have an SQLite explorer at bottom left, may I know what vs code package is that? I have like to use it.

    • @ProgrammingwithBasar
      @ProgrammingwithBasar  2 ปีที่แล้ว

      It is an extension, here marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite

  • @peterweyland117
    @peterweyland117 2 ปีที่แล้ว

    Thank you!))

  • @manuel14mds
    @manuel14mds 2 ปีที่แล้ว

    Thank u so much!!

  • @isratjahansumiya6191
    @isratjahansumiya6191 2 ปีที่แล้ว

    Hi, Thank you. nice tutorial. As a beginner was having one issue with your code. It can delete the item again that I've deleted already. I have tried to use the if statement to avoid the null element but somehow doesn't work for me. How can I prevent deleting non-existing items?

    • @ProgrammingwithBasar
      @ProgrammingwithBasar  2 ปีที่แล้ว

      You can query the entity. If query returns null then you can return error response back.

  • @namelastname7626
    @namelastname7626 9 วันที่ผ่านมา

    shouldnt that be a patch request?

  • @ccaiuss
    @ccaiuss 3 ปีที่แล้ว

    I can't finde course files on ghithub link !

    • @ProgrammingwithBasar
      @ProgrammingwithBasar  3 ปีที่แล้ว +2

      It's right here. github.com/basarbk/express-sequelize
      Then you can check crud-final branch. github.com/basarbk/express-sequelize/tree/crud-final

  • @AmitGupta-lx2ze
    @AmitGupta-lx2ze 3 ปีที่แล้ว

    I want to secure the sqlite db file with password how to do that please tell me

  • @somprogrammer9599
    @somprogrammer9599 3 ปีที่แล้ว

    Thanks for the video,New subscriber here, can you do with react as fullstack please

  • @jyotiranjangiri5162
    @jyotiranjangiri5162 3 ปีที่แล้ว

    please make a todo app using squelize

  • @Facebook-sk2iy
    @Facebook-sk2iy ปีที่แล้ว

    no code in the repo :)

  • @alla6361
    @alla6361 18 วันที่ผ่านมา

    Thank you!