Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 787 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 787 Bytes

👤 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