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 5
Adding JWT
In this video we will create a token and pass it to the user on login and from the frontend add the token to the header of the requests - Create a token and pass it to the user on login - Add token on the header for the requests - Validate the token