A blog with node, express, mongoDb and angularjs
- 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).
- 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
- Grunt - Download and Install Grunt.
- 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.
git clone https://github.com/whisher/nodBlog.git
cd nodBlog
npm install
node init.js
grunt tpl
grunt
node phantomjs