Fastify Template

This is a template repository for easily creating containerized (and optionally serverless) fastify APIs.

Getting Started

Make sure you have pnpm installed:

npm i -g pnpm

Install packages using

pnpm install

and then run the server locally using

pnpm dev