simonplend / the-fastify-workshop

A workshop about Fastify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Fastify Workshop

ci

Requirements

  • Node LTS
  • yarn - you can install it with npm i -g yarn
  • docker
  • docker-compose

Setup

  • yarn
  • yarn db:up
  • yarn db:migrate

Run automated tests

  • yarn test

Running the modules

  • cd src/step-{n}-{name}
  • check each module's README file to see which scripts are available

Presenting

  • yarn start

About

A workshop about Fastify

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:JavaScript 98.1%Language:CSS 1.5%Language:Shell 0.4%