benawad / prisma-ecommerce

43 stars 16 forks source link

prisma local mongodb #4

Open Javadebi opened 4 years ago

Javadebi commented 4 years ago

Hello Ben! sorry i didn't know how to contact you. I need your help and i appreciate it. I want to start a prisma project on my local mongodb but i cant and i have been searching for 2 weeks and it was pointless. I cant find my mongodb connecting string and everything i write it say invalid string. What should i do?

benawad commented 4 years ago

See if you can connect with https://mongoosejs.com/

That'll give you an idea if there's something wrong with your mongo setup or if you need to change something on the prisma side