I have created a demo app with a React front end and a GraphQL-Yoga backend using the free Prisma servers as the DB. I need to share the demo with others (they’ve requested via zip file) —> what do they need to do to be able to use the demo app? Do they need to
prisma generate
and
prisma deploy
on their local machine? Will they be able to access my DB without authentication at their end? Thanks for any help!
h
Harshit
03/14/2019, 1:17 PM
They will be able to use your demo app but they will not be able to deploy to it unless you give them your prisma cloud account credentials.