DEV Community

Discussion on: Fullstack GraphQL starter kit Mid-2021 update

Collapse
 
mucorolle profile image
Muco Rolle Tresor

I would like to replace Prisma with mongoose(mongodb) but I kind of don't understand the setup with monorepo, how should I do to understand the monorepo setup?

Collapse
 
karanpratapsingh profile image
Karan Pratap Singh

You'll need to update db package to use mongoose..here's a video I made explaining how things interact in the starterkit youtube.com/watch?v=TgtUhEnW8O4

Collapse
 
mucorolle profile image
Muco Rolle Tresor

Thank you so much