Getting MEAN with Mongo, Express, Angular, and Node

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Getting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. This edition was completely revised and updated to cover MongoDB 4, Express 4, Angular 7, Node 11, and the latest mainstream release of JavaScript ES2015. About the Technology Juggling languages mid-application can radically slow down a full-stack web project. The MEAN stack—MongoDB, Express, Angular, and Node—uses JavaScript end to end, maximizing developer productivity and minimizing context switching. And you'll love the results! MEAN apps are fast, powerful, and beautiful. About the Book Getting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. Practical from the very beginning, the book helps you create a static site in Express and Node. Expanding on that solid foundation, you'll integrate a MongoDB database, build an API, and add an authentication system. Along the way, you'll get countless pro tips for building dynamic and responsive data-driven web applications! What's inside • MongoDB 4, Express 4, Angular 7, and Node.js 11 • MEAN stack architecture • Mobile-ready web apps • Best practices for efficiency and reusability About the Reader Readers should be comfortable with standard web application designs and ES2015-style JavaScript. About the Author Simon Holmes and Clive Harber are full-stack developers with decades of experience in JavaScript and other leading-edge web technologies.

Author(s): Simon Holmes, Clive Herber
Edition: 2
Publisher: Manning Publications
Year: 2018

Language: English
Commentary: True PDF
Pages: 504
City: Shelter Island, NY
Tags: JavaScript; Web Applications; NoSQL; MongoDB; REST API; Node.js; Angular; TypeScript; Geospatial Data; Data Modeling; Full-stack Development; Express; Mongoose; Single-page Applications

PART 1 - SETTING THE BASELINE
1. Introducing full-stack development
2. Designing a MEAN stack architecture


PART 2 - BUILDING A NODE WEB APPLICATION
3. Creating and setting up a MEAN project
4. Building a static site with Node and Express
5. Building a data model with MongoDB and Mongoose
6. Writing a REST API: Exposing the MongoDB database to the application
7. Consuming a REST API: Using an API from inside Express


PART 3 - ADDING A DYNAMIC FRONT END WITH ANGULAR
8. Creating an Angular application with TypeScript
9. Building a single-page application with Angular: Foundations
10. Building a single-page application with Angular: The next level


PART 4 - MANAGING AUTHENTICATION AND USER SESSIONS
11. Authenticating users, managing sessions, and securing APIs
12. Using an authentication API in Angular applications