(Next.js + Prisma question) Hi! Not sure if this i...
# orm-help
n
(Next.js + Prisma question) Hi! Not sure if this is the right place to ask this, but does anyone have a resource on how to separate using Prisma from the frontend when using Next.js API routes? Basically want to move all my Prisma API calls to a different repo entirely...is it just a matter of creating an Express server (or similar) with the same schema file?
c
I'm using Node + Apollo Server, haven't seen the need for Express yet but I'm in the early stages.