wowkster / FastifyTemplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 83.6%Language:Dockerfile 16.4%