the-graphql-workshop
the-graphql-workshop copied to clipboard
A workshop about GraphQL with mercurius
trafficstars
The GraphQL Workshop
A step by step guide to implement a GraphQL server with Fastify and Mercurius.
Slideshow Presentation
Requirements
- Node LTS
- docker
- docker-compose
Setup
npm cinpm run db:upnpm run db:migrate
Run automated tests
npm test --workspaces
Run automated tests on a single project
npm test -w src/step-05-context
Running the modules
cd src/step-{n}-{name}- check each module's README file to see which scripts are available
Presenting
npm start