Skip to content

Flair-Dev/expressjs-backend-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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