Starting work with MEAN stack

October 6, 2015 . Personal . Comments
Tags: blog programming


The MEAN stack is a software bundle that allows developers to rapidly prototype and deploy performant web applications. The stack is composed of:

  • AngularJS (browser framework)
  • Express (web framework)
  • Node.js (server-side runtime environment)
  • MongoDB (persistence layer)

I got interested in MEAN stack a few days back when I failed my MongoDB certification and I was looking for next course date on MongoDB University.

I already have a somewhat working knowledge of MongoDB and AngularJS. This will be a nice opportunity to explore ExpressJS and Node.js.

I plan to build a simple ToDo list app for experimentation. Let’s see how it goes.


Intro to MongoDB



Intro to Express



Intro to AngularJS



Intro to Node.js



Comments Section

Feel free to comment on the post but keep it clean and on topic.

blog comments powered by Disqus