Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 421 Bytes

readME.md

File metadata and controls

26 lines (18 loc) · 421 Bytes

zdt-graphql-apollo clone

You should have grapql-cli globally installed to be able to run grapqhl commands 👍

sudo npm i -g graphql-cli

Also you need to have Prisma versoin 1.6.3 installed globally to be able to run prisma commands fron command line:

sudo npm i -g [email protected]

Server side:

deploy prisma Database :

npm prisma deploy

open playgorund:

graphql playground