GraphQL-server Usage 1. Clone repository & install dependencies git clone https://github.com/howtographql/graphql-js cd GraphQL-server `npm install` 2. Deploy the Prisma database service Add endpoint( https://eu1.prisma.sh/itscijo/database/dev ) in database/prisma.yml and index.js prisma deploy 3. Commands to run node src/index.js graphql playground