Skip to content

thafryer/nextjs-graphql

Repository files navigation

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

About

Playground for NextJS, GraphQL, & Prisma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published