(1/6) Mean Stack: Introduction to Mean Stack

Why this Post?

I have created the series of lesson in youtube, where I am going to include all the basic ingredients to develop your app. What is going to cover this lesson to you know, lets start our conversation on this point. 


  • Mean Stack: Introduction to Mean Stack
  • Mean Stack: Setup Your machine
  • Mean Stack: NPM install dependency and Start Development 
  • Mean Stack: Angular & Mongodb connection
  • Mean Stack: Address Book App CURD Operation
  • Mean Stack: Publish & deploy code in Heroku &  MLab
  • Introduction 

    This is very simple Address book example using Mean Stack. This project for entry level developer who just started to learn Mean Stack.

    What is Mean stack?

    "Mean stack" is collection of 4 technology together. 
    1. MongoDB for a schema-optional, "NoSQL" data store - perfectly suited for working with JSON data.
    2. Express: Express is a minimal and flexible node.js web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications.
    3. AngularJS: AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.
    4. Node.js: Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.

    Development

    We will be creating Address book app, using the all above mentioned technologies. 

    Deploy

    Once the development done we will deploy the app using heroku in cloud and for mongodb database we will use MLab cloud service using database as service more information.



    Comments

    Post a Comment

    Popular posts from this blog

    Mean Stack Address Book

    (6/6) Mean Stack: Publish & deploy code in Heroku & MLab

    (2/2) NPM List of Development web Server: WebServer Example