The Fastify Workshop
Slideshow Presentation
Requirements
- Node LTS
- npm >=7 - you can install it with
npm install -g npm@latest
- docker
- docker-compose
Setup
npm ci
npm run db:up
npm run db:migrate
Run automated tests
npm test --workspaces
Run automated tests on a single project
npm test -w src/step-05-testing
Running the modules
cd src/step-{n}-{name}
- check each module's README file to see which scripts are available
Presenting
npm start