Loading...

MEAN Stack Course

MEAN (MongoDB Express Angular Node)

The MEAN stack is a popular technology stack used for developing web applications. MEAN is an acronym that stands for MongoDB, Express.js, Angular, and Node.js. Here is a brief overview of each component in the MEAN stack: MongoDB: MongoDB is a NoSQL database that stores data in a flexible, JSON-like format. It is designed to scale and provide high performance for both read and write operations. MongoDB is used as the database component in the MEAN stack. Express.js: Express.js is a web application framework for Node.js. It provides a robust set of features for web and mobile applications. Express.js simplifies the process of building web applications in Node.js by providing a set of middleware that makes it easy to handle HTTP requests and responses. Angular: Angular is a front-end framework developed by Google. It is used for building dynamic single-page web applications. Angular provides a structured way to build client-side applications using TypeScript, a superset of JavaScript. Angular offers features like data binding, dependency injection, and routing. Node.js: Node.js is a server-side JavaScript runtime environment that allows developers to run JavaScript on the server. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient for building scalable network applications. In the MEAN stack, Node.js is used to run the server-side code and interact with the MongoDB database.

Skilled Instructors

Flexible Learning

Interactive Content

Hands-on Experience

Personalized Learning Paths

Career Support

Course Image

Course Includes:

Duration
6 Months
Modules
28
Language
English, Tamil
Batch
MON - FRI
Enroll Now

Course Modules

  • What is MongoDB
  • Installing MongoDB
  • The current SQL/NoSQL landscape
  • MongoDB databases
  • MongoDB Collections
  • MongoDB Documents
  • CRUD Operations in Mongodb-insert,update,save
  • Querying documents-queries,update,delete
  • MONGO DB WITH JAVASCRIPT
  • Creating and Dropping collection by javascript application
  • Creating and Deleting document by javascript application
  • Insert,Update,delete Operation with javascript

  • Express.js Overview
  • Installing Express.js
  • Request & Response
  • Request Object
  • HTTP method with Node
  • Serving statics file
  • Cookies management
  • EXPRESS.JS-Routing,Configuration,view
  • Creating an Express app/project
  • Organising/structuring the app

  • Introduction to MVC
  • SPA
  • Angular Directives
  • Angular Expression
  • Angular Controller
  • Angular Model
  • Angular Services
  • Angular Modules
  • Angular Filter
  • Angular Data Binding
  • Angular DOM
  • Angular Forms

  • Introduction to Nodejs
  • Environment Setup
  • First Application
  • REPL Terminal
  • Node Package Manager
  • Call backs Concept
  • Event Loop
  • Event Emitter
  • Streams
  • File System
  • Web Module

  • Live Projects
  • Deployments