Skip to content

sytac/graphql-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-course

Slides

  1. https://graphql-course.netlify.com/intro.pdf
  2. https://graphql-course.netlify.com/graphql.html
  3. https://graphql-course.netlify.com/server.html

Installation instructions

Node

  • Go to nodejs.org
  • Download the LTS node.js version
  • Install the MSI package (make sure to add the packages to PATH)

It’s not necessary to include the additional tools for native modules

Git

Assignment 1

cd code/assignment1
npm install
npm start

Open your favorite browser and navigate to http://localhost:4000

Or try an example here https://graphql-assignment1.herokuapp.com/

Assignment 2

cd code/assignment1
npm install
npm start

Open your favorite editor and modify index.js Check the results in your favorite browser at http://localhost:4000

Try an example here: https://graphql-assignment2.herokuapp.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published