/node-boilerplate

Template repository to create node services using Fastify

Primary LanguageJavaScriptMIT LicenseMIT

Node Boilerplate

Template repository to create node services using fastify. The code attempts to follow clean architecture principles.

Setup

$ npm install

Database

A very lame in-memory database is included to allow basic CRUDS

Test

$ npm test-unit
$ npm --silent run test-path path/to/file

Run

$ npm run start-dev