sasalatart / graphql-workshop

A GraphQL workshop for my colleagues :P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL Workshop

code style: prettier

You may find the slides of the presentation here.

Technologies Used

  • Apollo Server
  • Jest
  • Lowdb (to keep data management simple)

Development Setup

  1. Clone and cd into this repository.
  2. Make sure you have Node v12.13.1 installed.
  3. Run yarn install to install node dependencies.
  4. Run yarn dev to run the application on port 3000.

Linter

You may run eslint by executing:

$ yarn lint

Tests

You may run jest by executing:

$ yarn test

About

A GraphQL workshop for my colleagues :P

License:MIT License


Languages

Language:JavaScript 100.0%