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

Latest commit

 

History

History
34 lines (22 loc) · 831 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 831 Bytes

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