How to deploy MEAN stack on Azure?

What are some good resources on using the MEAN (Mongo, Express, Angular, Node) stack?

  • Here's an example of the MEAN stack, in the form of boilerplate: http://mean.io/

  • Answer:

    MEAN is just an acronym describing a preferred combination of completely separate and unrelated technologies. Someone who prefers using Postgresql, Rails, and Backone would call their stack... PBR? Each technology is separate and is usually learned separately. There are few inherent synergies (or, indeed, inherent dependencies) between each technology, with the exception of Mongo and node.js, typically because if you're using node.js and Mongo, you'll want to use Mongoose, a Node.js library, as an ORM for Mongo, or some other Node.js library for Mongo, if you don't like Mongoose. I think it's easier to start on the front-end, so I'd learn AngularJS first by going through the AngularJS tutorial and then the videos on http://egghead.io, then add node.js/Mongo on the backend.

Brian Chu at Quora Visit the source

Was this solution helpful to you?

Other answers

https://github.com/ericdouglas made an excellent list: https://github.com/ericdouglas/MEAN-Learning http://addyosmani.com/blog/full-stack-javascript-with-mean-and-yeoman/ http://www.ibm.com/developerworks/library/wa-nodejs-polling-app/ http://www.thinkster.io/angularjs/GUIDJbpIie/angularjs-tutorial-learn-to-build-modern-web-apps http://thecodebarbarian.wordpress.com/2013/07/22/introduction-to-the-mean-stack-part-one-setting-up-your-tools/ http://thecodebarbarian.wordpress.com/2013/07/29/introduction-to-the-mean-stack-part-two-building-and-testing-a-to-do-list/ http://thecodebarbarian.wordpress.com/2013/12/02/price-internationalization-with-the-mean-stack/ The MEAN Stack: MongoDB, ExpressJS, AngularJS, and Node.js http://scotch.io/bar-talk/setting-up-a-mean-stack-single-page-application http://scotch.io/series/node-and-angular-to-do-app http://scotch.io/tutorials/javascript/single-page-apps-with-angularjs-routing-and-templating http://blog.ijasoneverett.com/2013/03/a-sample-app-with-node-js-express-and-mongodb-part-1/ http://blog.ijasoneverett.com/2013/04/a-sample-app-with-node-js-express-and-mongodb-part-2/ http://blog.mongodb.org/post/49262866911/the-mean-stack-mongodb-expressjs-angularjs-and http://attackofzach.com/tdd-bdd-mean-part1/ http://attackofzach.com/bdd-with-mean-the-server-part-1/ http://attackofzach.com/continuous-integration-with-the-mean-stack/ http://progadventure.blogspot.com.br/2013/11/intro-to-mean-stack-part-1-data.html http://www.qat.com/rest-service-web-interface-using-mean-stack/ http://www.eightytwenty.co/mean-stack-resources-mongodb-expressjs-angularjs-node-js/ http://www.xorcode.com/2013/08/22/getting-started-with-node-js-using-oauth2-in-mean/ http://code.tutsplus.com/tutorials/introduction-to-the-mean-stack--cms-19918 http://code.tutsplus.com/tutorials/creating-an-rss-feed-reader-with-the-mean-stack--cms-20563 http://dailyjs.com/2014/04/11/bmean/ http://www.sitepoint.com/introduction-mean-stack/ http://www.100percentjs.com/category/mean/ http://flippinawesome.org/2014/04/21/mean-stack-a-quick-start-guide https://github.com/ericdouglas/MEAN-Learning#videosVideos https://www.youtube.com/watch?v=XwSFg8nqBFA https://www.youtube.com/watch?v=1Sy3vWJ1N2U https://www.youtube.com/watch?v=9LFsQSNrQ_U https://www.youtube.com/watch?v=T-luUYq_obQ https://www.youtube.com/watch?v=7m_XmSJxSg8 http://tagtree.tv/mean-stack-episode1 https://github.com/ericdouglas/MEAN-Learning#coursesCourses http://bemean.com.br/ http://pluralsight.com/training/Courses/TableOfContents/building-angularjs-nodejs-apps-mean https://github.com/ericdouglas/MEAN-Learning#booksBooks http://www.manning.com/sholmes/ https://github.com/ericdouglas/MEAN-Learning#slidesSlides http://robrich.org/slides/welcome_to_the_mean_stack/#/ http://pt.slideshare.net/NicholasMcClay/get-mean-nodejs-and-the-mean-stack https://github.com/ericdouglas/MEAN-Learning#podcastsPodcasts http://javascriptjabber.com/092-jsj-the-mean-stack-with-ward-bell-and-valeri-karpov/ https://github.com/ericdouglas/MEAN-Learning#more-useful-linksMore Useful Links http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/ http://cwbuecheler.com/web/tutorials/2014/restful-web-app-node-express-mongodb/ http://www.mean.io/ http://meanjs.org/ https://github.com/sergtitov/NodeJS-Learning https://github.com/jmcunningham/AngularJS-Learning

Kyle Pennell

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.