wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.7k stars 1.13k forks source link

Update tutorial to work with Prisma file #2128

Open infomiho opened 5 days ago

infomiho commented 5 days ago

Rewrite the tutorial to work with the new Prisma file setup.

It should show how to define models in the Prisma file.

It should introduce the Wasp <> Prisma relationship (Wasp grabs the models from the Prisma file and then you can reference them in your Wasp file) and link to the detailed Prisma file explanations.