MEAN Stack and MongoDB Development Techniques

MEAN Stack and MongoDB Development Techniques

English | 2016 | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 48m | 267 MB

MEAN combines MongoDB, Express.js, AngularJS, and Node.js into a single, full­stack solution for JavaScript development. This course introduces development techniques that capitalize on the strengths of every layer in the MEAN stack, using a simple discussion board project that exchanges data between a browser­based client and an API service using JWT or token authentication to register users and to provide access to secure service resources. Learn how to create a form for users to post topics and replies, process the submissions on the back end, and store and display the data. Author Alexander Zanfir also shows how to create registration and login components to authenticate users. These techniques can be reused and recombined in your own MEAN­based web applications.

Topics include:

  • Installing and setting up your MEAN toolset
  • Making an Angular post form
  • Sending posts
  • Displaying messages
  • Creating a registration form
  • Saving users
  • Associating users with posts
  • Authenticating users at login