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
@@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
Very nice! About prisma +nesjs CRUD example.. thanks!
this video save me, thanks
Greate video, thanks a lot!
how did you make to the terminal look like linux one ??
Thanks alot
thank you so much !!
When i execute a a request I get an error TypeError: Cannot read properties of undefined (reading 'book')
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
@@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
@@ziadbelhadri7554 i think you can use
prisma db pull to get a table from existin database to your prisma schema
Why do you write your code so sloppily? You don't use spaces anywhere