Category Archives: MongoDB

How to Build Modern Web Applications with MEAN

MEAN is the famous stack development process achieved by MongoDB, ExpressJS, AngularJS, Nodejs for developing web applications. It allows developers to create both client side and server side development in javascript. MEAN supports Model View Controller architecture for developing application. Each of these components in MVC are build for separated aspects in development phase. To… Read More »

MEAN Stack Tutorial

MEAN stack is basically a collection of JavaScript-based web development technologies that includes MongoDB, ExpressJS, AngularJS and NodeJS. Following diagram clearly explains that how these technologies work together to develop a web application. AngularJS being client makes AJAX calls to ExpressJS returning response in JSON format. ExpressJS that is running on NodeJS Server further communicate with MongoDB as persistent medium… Read More »