Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 975 Bytes

File metadata and controls

50 lines (32 loc) · 975 Bytes

Build Status codecov

NodeJS Boilerplate

NodeJS starter project started by codeShala, Nepal. Please free to contribute.

Technology Used

  • flow.js -- Static Type checking
  • express
  • mongoose
  • migrate-mongo -- Database migration

Running starter project

$ npm install
$ npm install -g migrate-mongo
$ migrate-mongo up
$ npm start

Migration script

Install

npm install -g migrate-mongo

Status

migrate-mongo status

Migrate

migrate-mongo up

Folder Structure

config: All config information.

test: Unit test folder

migrations: Database migration