Skip to content
/ fastify-template Public template

A simple template construct for fastify REST API

Notifications You must be signed in to change notification settings

danijelst/fastify-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple fastify template

About

A simple template construct with

  • kind of dynamic routes loading (have to be registred)
  • controllers handling the logic
  • schema validation (handled in the routes)
  • swagger UI (base configuration in documentation/swagger.js)
  • specific logging (see logger.js)

Get started

# install all dependencies based on package.json
npm install

# start application
npm run serve
or
nodemon server.js