Getting MEAN with Mongo,Express,Angular,and Node
Authors: Simon Holmes – Clive Herber
ISBN-10: 1617294756
ISBN-13: 9781617294754
Edition 版次: 2
Publication Date 出版日期: 2019-05-10
Print Length 页数: 504 pages
Book Description
By finelybook
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.
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.
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
Contents
Praise for the First Edition
Preface
Acknowledgments
About this book
About the authors
About the cover illustration
Part 1. Setting the baseline
Chapter 1. Introducing full-stack development
Chapter 2. Designing a MEAN stack architecture
Part 2. Building a Node web application
Chapter 3. Creating and setting up a MEAN project
Chapter 4. Building a static site with Node and Express
Chapter 5. Building a data model with MongoDB and Mongoose
Chapter 6. Writing a REST API: Exposing the MongoDB database to the application
Chapter 7. Consuming a REST APl: Using an API from inside Express
Part 3. Adding a dynamic front end with Angular
Chapter 8. Creating an Angular application with TypeScript
Chapter 9. Building a single-page application with Angular. Foundations
Chapter 10. Building a single-page application with Angular. The next level
Part 4. Managing authentication and user sessions
Chapter 11. Authenticating users,managing sessions,and securing APls
Chapter 12. Using an authentication API in Angular applications
Appendix A. Installing the stack
Appendix B. Installing and preparing the supporting cast
Appendix C. Dealing with all the views
Appendix D. Reintroducing JavaScript
Data integration differences for various approaches used by Node. js applications
Index
List of Figures
List of Tables
List of Listings