-
-
The first thing I’ve noticed with MeanJS is the amazing Documentation. For people familiar with the concepts of MVC (Model, View, Controller), the folder structure of MeanJS should be really easy to understand. Models Mongoose (built in) makes the part of Model building a lot easier, and very easy to...
-
A few weeks ago I introduced MEAN.JS, which is a modern Stack based on Node. This post will be covering the installation process, since you have to start at the beginning :) First, to make sure we have all the prerequisites: node.js - this is the server, the replacement for...