Codeshala-Innovation / nodejs-express-boilerplate

NodeJS Boilerplate for REST API using express, Mongoose
MIT License
5 stars 1 forks source link
express flowjs mongoose nodejs

Build Status codecov

NodeJS Boilerplate

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

Technology Used

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