GithubHelp home page GithubHelp logo

laurisvan / graphql-workshop Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 3.0 420 KB

A three-hour GraphQL workshop to walkthrough a Node.js/Apollo/React Frontend application

License: MIT License

TypeScript 91.09% HTML 5.79% CSS 3.13%

graphql-workshop's Introduction

GraphQL Workshop

Learning outcome

As a part of this workshop, we will

  1. Perform simple GraphQL queries on top of an existing API
  2. Bootstrap a basic Node.js/TypeScript/Apollo Server stack
  3. Write a simple "Hello World" GraphQL API
  4. Modularise the API into a few modules doing real-world operations against database
  5. Write a simple React frontendto connect to the backend
  6. Add custom datatypes and write faster resolvers using Data Loaders
  7. Add JWT based authentication & role based access control
  8. Give some pointers for your further studies

Prerequisities

To participate this workshop, the following skills are expected:

  • Writing simple Node.js / TypeScript applications
  • Writing simple React apps (using create-react-app)

This workshop will use the following tools:

Quick'n'dirty setup on OS/X / Homebrew:

brew cask install insomnia
brew install nodejs
# Alternative for node.js
brew install nvm ; nvm use 14
brew install postgres
brew cask install postico
brew install jq moreutils

If you are using VS.code (recommended), you will also benefit from the following plugins:

When you are ready, let's move to the Chapter 1: Simple GraphQL Queries!

graphql-workshop's People

Contributors

laurisvan avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.