Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 785 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 785 Bytes

thaFryer's GraphQL Playground

This is a really simple project that I use to play around with GraphQL.

Tech Stack

  • Framework: NextJS (React)
  • Styling: TailwindCSS
  • Database: Supabase (Postgresql)
  • DB ORM: Prisma
  • GraphQL Server and Client: Apollo
  • Hosting: Vercel

Running Project

  • Install Dependencies: yarn install
  • Run App: yarn dev
  • Generate Prisma Client: yarn prisma:generate
  • Build App for Production: yarn build

TODO

  • Add Schema Validation
  • Connect Mutations to Front-End
  • Add Subscriptions