Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 351 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 351 Bytes

expressjs-backend-boilerplate

nodejs boilerplate from FlairDev team

Installation

You need to install the required packages with the following commands:

$ npm install

Run test

before run test you need to set TEST_MONGO_URL=your test db

$ npm test

Running

Before running you need to start mongodb server

$ npm run start:dev