A MEAN stack tutorial where you wil build a real-world application. The tutorial is for beginners and will get you started quickly.
Discover What MEAN stack is, a technology stack comprising MongoDB, Express.js, AngularJS, and Node.js for creating dynamic web applications.
The MEAN stack allows you to build complete applications using one programming language: JavaScript. In this tutorial, we made upon the first part (Creating an Angular app) which built the front-end, and this part builds the backend with a RESTful API and Database....
MEAN stack is an Angular JS framework to build web applications. Here's our introduction to MEAN stack architecture.
MEAN Stack : Authentication with Passport 2 In this tutorial, we will choose Passport to handle social login for us, as it provides different modules for a variety of OAuth providers, such as Facebook, Twitter, or Google. So, we will be using thepassport-face...
To get started developing with Node, see his Node.js tutorial. Advantages and benefits of the MEAN stack These four components working in tandem aren’t the solution to every problem, but they’ve definitely found a niche in contemporary development. IBM breaks down the areas where the ...
The best way to understand express is through its Official Website, particularly The Express Guide; you can also go through this StackOverflow thread for more resources. AngularJS Angular's Official Website is a great starting point. CodeSchool and google created agreat tutorialfor beginners, and...
Introduction In this tutorial, we'll deploy MEAN application to two Docker containers usingdocker-compose. Our local machine will be hosting the two containers: mongodb container node/express/angular app In another article (MEAN Stack app on Docker containers : micro services), we've done it in...
I don’t want to make it look like I’m pushing you on DigitalOcean – you can sign up with someone else if you like, I just recommend them because I had a good experience with them in the past and because it’s so easy to get a MEAN stack all pre-installed (more o...
The MEAN stack is one particular combination of technologies that covers the front end and the back end of an application. MEAN is widely regarded as particularly capable for large-scale, complex applications. This tutorial shows you how to build a basic application using the MEAN stack. What ...