Skip to content

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

License

Notifications You must be signed in to change notification settings

ratracegrad/node-express-mongoose-boilerplate

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