Node Fastify Server

Fastify server example with routes e controllers

Project Setup

yarn
# or
npm install

Run the Server

yarn dev
# or
npm run dev

Run for Development

yarn dev
# or
npm run dev