Template repository to create node services using fastify. The code attempts to follow clean architecture principles.
$ npm install
A very lame in-memory database is included to allow basic CRUDS
$ npm test-unit
$ npm --silent run test-path path/to/file
$ npm run start-dev