Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

sasalatart/graphql-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks