nodejs boilerplate from FlairDev team
You need to install the required packages with the following commands:
$ npm install
before run test you need to set TEST_MONGO_URL=your test db
$ npm test
Before running you need to start mongodb server
$ npm run start:dev