Skip to content

All the code for the article series on https://medium.com/better-programming about getting started with GraphQL using NodeJS

Notifications You must be signed in to change notification settings

bjdixon/graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup a basic GraphQL server

Full tutorial is in a series of 3 articles

  1. Basic setup
  2. Relations
  3. Authentication and guards

Each article has it's own branch.

To run the project

npm install
npm start

Then visit localhost:4000/graphql in your browser.

About

All the code for the article series on https://medium.com/better-programming about getting started with GraphQL using NodeJS

Topics

Resources

Stars

Watchers

Forks