Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 371 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 371 Bytes

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