GraphQL 40 Minutes
Project learning GraphQL from Web Dev Simplified
URL Tutorial
Tech Stack
Server: GraphQL and Node.js
Run Locally
Clone the project
git clone https://github.com/naufaldi/graphql-40minutes.git
Go to the project directory
cd graphql-40minutes
Install dependencies
npm install
Start the server
npm run devStart