miguelcarrascoq / nextjs-graphql-server-client

Home Page:https://nextjs-graphql-server-client.vercel.app

Repository from Github https://github.commiguelcarrascoq/nextjs-graphql-server-clientRepository from Github https://github.commiguelcarrascoq/nextjs-graphql-server-client

👤 Nextjs with GraphQL server and client

GraphQL server and client Set up

Front-end

  • React js
  • Next UI
  • @apollo/client
  • @react-oauth/google

Back-end

  • @apollo/server
  • @as-integrations/next
  • graphql
  • graphql-tag
  • Dummyjson

Installig

pnpm run install

Env

NEXT_PUBLIC_URL_SERVER_GRAPHQL=http://localhost:3000/api/graphql
URL_API=https://dummyjson.com/users

Running app

pnpm run dev

This app is explained in the following 📰 post.

image

About

https://nextjs-graphql-server-client.vercel.app


Languages

Language:JavaScript 100.0%