Next-GraphQL-Blog
Next-GraphQL-Blog copied to clipboard
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Hi Alex, First of all just wanted to say thank you for putting this repository together! I replicated your implementation for my own app (particularly around the way you do...
hello, i get this error when load localhost:3000  what is the problem? bellow is my .env config: MONGO_URL=mongodb://127.0.0.1:27017/next-graphql AUTH_SECRET=as SESSION_SECRET=ss PORT=4000 CLIENT_URL_DEV=http://127.0.0.1:3000 CLIENT_URL_PROD=https://next-graphql.now.sh GOOGLE_CLIENT_ID=gcid GOOGLE_SECRET_ID=gsid GA_TRACKING_ID=gtid ROOT_URL_DEV=http://127.0.0.1:4000 ROOT_URL_PROD=https://next-graphql-api.now.sh CLOUDINARY_PRESET=vhvuj1cw...
nice work here , Please there seems to not be an env example in either the server or client folder thanks