A fullstack GraphQL app with Prisma, Apollo and Vue
Clone the project repository by running the command below
git clone git@github.com:ammezie/techies.gitAfter cloning,run:
# install dependencies
yarn installDuplicate .env.example and rename it .env
Be sure to fill in your Prisma service details in your .env file then run:
prisma deployAnd finally, start the application:
yarn dev- Prisma - Prisma is a realtime GraphQL database layer
- GraphQL - A query language for your API
- Apollo Client - Apollo Client is the ultra-flexible, community-driven GraphQL client for React, JavaScript, and native platforms.
- GraphQL - A query language for your API