Building a CRUD REST API with Nest js and Prisma

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 13

  • @싸이먼-t4o
    @싸이먼-t4o 6 місяців тому

    Very nice! About prisma +nesjs CRUD example.. thanks!

  • @aline4735
    @aline4735 Рік тому +2

    this video save me, thanks

  • @crossowar3920
    @crossowar3920 Рік тому

    Greate video, thanks a lot!

  • @shrikanttiwari1297
    @shrikanttiwari1297 3 місяці тому

    how did you make to the terminal look like linux one ??

  • @olivecyber
    @olivecyber 3 місяці тому

    Thanks alot

  • @temaelbouaazzaoui8709
    @temaelbouaazzaoui8709 Рік тому

    thank you so much !!

  • @nameless798
    @nameless798 Рік тому +1

    When i execute a a request I get an error TypeError: Cannot read properties of undefined (reading 'book')

    • @lemoncode21
      @lemoncode21  Рік тому +1

      before you run yarn dev, u must be generate,migrate, and deploy prisma.
      run :
      1. `yarn generate`
      2. `yarn migrate`
      3. `yarn deploy`
      The goal is to create a table from Prisma to NestJS. Check last update my repo in github

    • @ziadbelhadri7554
      @ziadbelhadri7554 9 місяців тому

      @@lemoncode21i get the same error since i wanted to implement an already existed table from my database how can we solve the "TypeError: Cannot read properties of undefined (reading 'book')" , appreciate you for the video btw

    • @master_of_none3
      @master_of_none3 6 місяців тому

      @@ziadbelhadri7554 i think you can use
      prisma db pull to get a table from existin database to your prisma schema

  • @andrewshaban2888
    @andrewshaban2888 10 місяців тому

    Why do you write your code so sloppily? You don't use spaces anywhere