ramet-top / techies

A fullstack GraphQL app with Prisma, Apollo and Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

techies

A fullstack GraphQL app with Prisma, Apollo and Vue

Getting Started

Clone the project repository by running the command below

git clone git@github.com:ammezie/techies.git

After cloning,run:

# install dependencies
yarn install

Duplicate .env.example and rename it .env

Prerequisites

Be sure to fill in your Prisma service details in your .env file then run:

prisma deploy

And finally, start the application:

yarn dev

Built With

  • 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

Acknowledgments

About

A fullstack GraphQL app with Prisma, Apollo and Vue


Languages

Language:JavaScript 78.1%Language:Vue 21.3%Language:HTML 0.6%