Does anyone know of any resources or gits like thi...
# orm-help
n
Does anyone know of any resources or gits like this that I could check out?
e
There are a few examples with nextjs here: https://github.com/prisma/prisma-examples There’s also a course on Udemy: https://www.udemy.com/course/end-to-end-react-with-prisma-2
👍 1
n
@Nick B 👋 Adding to Elena’s message, this Blog Post series could be helpful to you, it gives a detailed guide on using prisma with Next.js
👍 1
n
Thank you both. I have my next app up and running, and I'm outputting my data through a findMany function. What I'm struggling with is filtering by text, i.e. using a text input to filter on each item's name. Do either of you have any suggestions on that front?