I love the potential of Prisma, but I'm not trying...
# mongodb
m
I love the potential of Prisma, but I'm not trying to do anything very advanced with it yet and all I'm getting are errors, no matter how many times I Google the documentation and try to grok it. Could someone please tutor me through just a few basic things?
โœ… 1
n
Hey there ๐Ÿ‘‹ happy to help ๐Ÿ™‚ what kind of issues have you run into and what questions do you have?
Also if youโ€™re using MongoDB, I would recommend for you to check out this comprehensive tutorial: https://www.prisma.io/blog/fullstack-remix-prisma-mongodb-1-7D0BfTXBmB6r It might answer a lot of your questions already!
m
Awesome, thanks. Yeah, I saw that tutorial being recommended in General and I've been trying to emulate it, but to no avail so far. After 2 days of struggle, I've finally made a lot of progress with the errors I was getting. Turns out the root problems were in JS or Express, so my only beef with Prisma is poor error messages and out of date documentation. The actual db calls work like a charm when I feed them the right variables. ๐Ÿ˜ฌ I'm sure I'll pester you with more questions soon though! ๐Ÿ˜
n
Iโ€™ve been trying to emulate it, but to no avail so far.
Can you elaborate? Did you run into any errors while going through it or what was the problem here? ๐Ÿ™‚ (Just trying to figure out if we need to make any changes to the tutorial.)
m
No, no problems with the tutorial -- I couldn't follow it super closely in my project since I'm not using Remix.
It did pique my interest in researching Remix, though ...
n
Got it! Let us know whenever you have concrete questions or run into issues. Until then, happy coding โœŒ๏ธ ๐Ÿ˜„
โœŒ๏ธ 1