Skip to content
forked from whisher/nodBlog

A blog with node, express, mongoDb and angularjs

License

Notifications You must be signed in to change notification settings

MahendraNG/nodBlog

 
 

Repository files navigation

nodBlog Stack

A blog with node, express, mongoDb and angularjs

Prerequisites

  • Node.js - Download and Install Node.js. You can also follow this gist for a quick and easy way to install Node.js and npm
  • MongoDB - Download and Install MongoDB - Make sure it's running on the default port (27017).

Tools Prerequisites

  • NPM - Node.js package manager, should be installed when you install node.js.
  • Bower - Web package manager, installing Bower is simple when you have npm:
$ npm install -g bower

Optional

  • Grunt - Download and Install Grunt.

Additional Packages

  • Express - Defined as npm module in the package.json file.
  • Mongoose - Defined as npm module in the package.json file.
  • Passport - Defined as npm module in the package.json file.
  • AngularJS - Defined as bower module in the bower.json file.
  • Twitter Bootstrap - Defined as bower module in the bower.json file.
  • UI Bootstrap - Defined as bower module in the bower.json file.

Quick Install

git clone https://github.com/whisher/nodBlog.git
cd nodBlog
npm install
node init.js
grunt tpl
grunt
node phantomjs

About

A blog with node, express, mongoDb and angularjs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published