GraphQL server and client Set up
- React js
- Next UI
- @apollo/client
- @react-oauth/google
- @apollo/server
- @as-integrations/next
- graphql
- graphql-tag
- Dummyjson
pnpm run install
NEXT_PUBLIC_URL_SERVER_GRAPHQL=http://localhost:3000/api/graphql
URL_API=https://dummyjson.com/users
pnpm run dev
This app is explained in the following 📰 post.