Book Image

Real-World Projects with MEAN Stack [Video]

By : Abhilash Govula
Book Image

Real-World Projects with MEAN Stack [Video]

By: Abhilash Govula

Overview of this book

<p>With MEAN, we can now build an application that is completely written using JavaScript technologies from frontend to backend and also at the database level. Delve deeper into MEAN Stack by building 3 real-world projects. You will cover the core topics of end-to-end web application development with MongoDB, Express, Angular, and Node.js</p> <p>The goal of this series is to help you master MEAN stack development. You will go through three different, real-world projects, and will get a broader understanding of MEAN applications and build amazing applications.</p> <p>By the end of the course, you will be a confident MEAN stack developer.</p> <p>The code bundle for this video course is available at -&nbsp;<a href="https://github.com/PacktPublishing/Real-World-Projects-with-MEAN-Stack" target="_blank">https://github.com/PacktPublishing/Real-World-Projects-with-MEAN-Stack</a></p> <h1>Style and Approach</h1> <p>The course will delve deeper into MEAN Stack, discussing hands-on topics which will be used in day-to-day web development. You will learn different topics by building 3 different real-world applications and understand the core concepts.</p>
Table of Contents (6 chapters)
Chapter 4
Login Authentication System – Backend
Content Locked
Section 2
Password Encryption
In this video we will add password encryption and we will store the encrypted password in the database - Add bcrypt to Express - Store the encrypted password in the model - Verify the submitted password with the bcrypt encrypted password