dancamma / the-fastify-workshop

A workshop about Fastify

Home Page:https://nearform.github.io/the-fastify-workshop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Fastify Workshop

ci

Slideshow Presentation

The Fastify Workshop Slides

Requirements

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

About

A workshop about Fastify

https://nearform.github.io/the-fastify-workshop/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:JavaScript 86.1%Language:TypeScript 12.7%Language:CSS 1.3%