MEAN Stack and MongoDB: Development Techniques

Go to class
Write Review

Free Online Course: MEAN Stack and MongoDB: Development Techniques provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. MEAN Stack and MongoDB: Development Techniques is taught by Alexander Zanfir.

Overview
  • Learn how to develop web applications and web APIs with the MEAN stack: MongoDB, Express.js, AngularJS, and Node.js.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • How to use the exercise files
    • What is the MEAN stack?
    1. Setup
    • Install Node
    • Install the Brackets IDE
    • Install Mongo
    • Install Git
    • Install Yeoman
    • Set up an app with a generator
    • Set up a Git repository
    • Set up an app design
    2. Message Posting
    • Make an Angular post form
    • Create a post endpoint with Express
    • Send a post from Angular to the endpoint
    • Save to Mongo from the endpoint
    3. Display Messages
    • Create a message list query with Mongo
    • Create a message list endpoint with Express
    • Create a message list view in Angular
    4. Registration
    • Create a registration view in Angular
    • Create a password match Angular directive
    • Set up Satellizer for registration
    • Create a registration endpoint with Express
    • Save a user with Mongo
    • Associate a user with post when making a post
    5. Logging In
    • Set up Satellizer for login
    • Create a login endpoint with Express
    • Show logout in our navbar
    Conclusion
    • Next steps