Hi All.
I am a self-taught developer, started with front-end (Vue) and now I am trying to learn back-end.
My question is about the general stack I can use with Prisma. I was thinking of using NodeJS, GraphQL, Apollo Server 2, with Prisma 2 but my question is.. do I need to use ExpressJS also? Thats useful only if I need features such as authentication? Or I can have authentication with Apollo Server 2 without ExpressJS?
Trying to understand what I should be learning.