How to build a NestJS REST API using SQLite Database

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

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

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

    good job mr! was looking for sqlite local integration and this vid was really spot on :)

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

    Great video, this was exactly what I needed since I'm brand new to typescript, nestjs, and typeorm and after following along I have working crud ops.

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

    Hey super helpful, thank you!
    Just wanna point out that for the POST request you gotta use save() instead of create() otherwise there will be no data saved to the DB!

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

    Hey! It Was So Good. Thank You 😊 🇮🇳

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

    some suggestion:
    `nest g resource modules/todo` -> this command can generate controller,servise,entities,DTO automatically!

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

    Nice job man ✅💯

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

    Great resource 🙌🏾🙌🏾

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

    Good job boss

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

    I wanna know github repository