tryb3l / fastify-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalistic fastify boilerplate

Requirements

To execute this example you'll need to install the Node.JS, docker. mongodb - locally can be installed locally or it can be used in docker environment.

You can use the following versions:

  • Node.js 20+
  • MongoDB 7
  • Latest docker engine

To run the project using docker environment:

execute in your terminal: make all

TODO:

esm examples

tests (unit and integration) using native testrunner

About


Languages

Language:JavaScript 97.3%Language:Dockerfile 1.5%Language:Makefile 1.3%