A step by step guide to implement a GraphQL server with Fastify and Mercurius.
- Node LTS
- docker
- docker-compose
npm ci
npm run db:up
npm run db:migrate
npm test --workspaces
npm test -w src/step-05-context
cd src/step-{n}-{name}
- check each module's README file to see which scripts are available
npm start