ch374n / graphql-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-server

Server built in node.js to demonstrate use of graphql

Follow the steps to get up and running

  1. Download the repo
  2. Install dependancies by running npm install or yarn install
  3. Run the server using yarn start or npm run start
  4. Explore graphql playground by visiting localhost:4000/graphql in your browser

About


Languages

Language:JavaScript 100.0%