Skip to content

rswerve/node-express-mongoose-boilerplate

This branch is 3 commits behind ratracegrad/node-express-mongoose-boilerplate:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f26673 · Mar 18, 2016

History

4 Commits
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016
Mar 18, 2016

Repository files navigation

 /$$$$$$$            /$$ /$$                               /$$             /$$              
| $$__  $$          |__/| $$                              | $$            | $$              
| $$  \ $$  /$$$$$$  /$$| $$  /$$$$$$   /$$$$$$   /$$$$$$ | $$  /$$$$$$  /$$$$$$    /$$$$$$ 
| $$$$$$$  /$$__  $$| $$| $$ /$$__  $$ /$$__  $$ /$$__  $$| $$ |____  $$|_  $$_/   /$$__  $$
| $$__  $$| $$  \ $$| $$| $$| $$$$$$$$| $$  \__/| $$  \ $$| $$  /$$$$$$$  | $$    | $$$$$$$$
| $$  \ $$| $$  | $$| $$| $$| $$_____/| $$      | $$  | $$| $$ /$$__  $$  | $$ /$$| $$_____/
| $$$$$$$/|  $$$$$$/| $$| $$|  $$$$$$$| $$      | $$$$$$$/| $$|  $$$$$$$  |  $$$$/|  $$$$$$$
|_______/  \______/ |__/|__/ \_______/|__/      | $$____/ |__/ \_______/   \___/   \_______/
                                                | $$                                        
                                                | $$                                        
                                                |__/                                        

Boilerplate application using Node.js, Express.js and Mongoose

Boilerplate for creating a Node.js, Express.js and mongoose application.

Installation

clone repo
npm install
node boilerplate

Grunt commands

The Node Boilerplate utilizes Grunt to run tests, create api-docs, create jsdocs and to run jslint on all files. Here are the Grunt commands that are available

grunt test

This command will run all tests that are located in the test folder.

grunt docs

This command will create api-docs and jsdocs.

grunt cleanup

This command will run jslint on all files.

About

Boilerplate for creating a Node.js, Express.js and mongoose application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • CSS 0.9%