Skip to content
/ node-boilerplate Public template

Template repository to create node services using Fastify

License

Notifications You must be signed in to change notification settings

grevych/node-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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