Shopify / shopify-app-template-remix

363 stars 149 forks source link

How to remove prisma from my project #289

Closed pkyek1 closed 1 year ago

pkyek1 commented 1 year ago

i am using this new remix template

but i dont want to use prisma

how can i remove it completely

iam using mongodb for me

i have made session thorugh it and dont want to use prisma anywhere

pkyek1 commented 1 year ago

SOLVED

needs to remove predev command from package.json file and all prisma relate stuff from project

mumarse commented 1 year ago

how do you add mogodb in your app can you share the structure or code or anything that hepls me

Mahfuzsds commented 5 months ago

how do you add mogodb in your app can you share the structure or code or anything that hepls me

Add mongoose.mongodb & shopify-app-session-storage-mongodb and connect db and you are good to go

"dependencies": { "@shopify/shopify-app-session-storage-mongodb": "^0.0.1-security", "connect-mongodb-session": "^2.2.0", "mongodb": "^6.7.0", "mongoose": "^8.4.1", }