Is there a channel here for learning the best stac...
# orm-help
c
Is there a channel here for learning the best stacks to build an app suite with Prisma? For example, right now I'm architecting an app that storages static assets (images, videos, etc.) and performs transformations on them -- generally, a pretty simple app. I'm thinking of using Mongo as our database, Prisma as the database -> backend layer. GraphQL with Apollo (built on express) to communicate with Prisma, and I tie it all together with a react-native frontend. What pieces of this app am I missing from the framework right now? And, more generally, how can I get good at identifying components of my stack that are missing? If this channel isn't the best place to ask those kind of questions, where should I go?
r
What are you planning to use for your authentication layer?
d
https://github.com/fluidstackdev/fluidstack This is the only official full-stack example app from Prisma that I know of, but it looks like they have put it on hold.
c
Don't think we have an authentication layer finalized @rongodog. any recommendations?
r
We've been using cognition with amplify,but it's a bit of a nightmare tbh. The best advice I can give is to think carefully about how you handle auth. It'll follow you for a while.