
- 504 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Getting MEAN with Mongo, Express, Angular, and Node
About this book
Summary 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.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. 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. Table of Contents
PART 1 - SETTING THE BASELINE
- Introducing full-stack development
- Designing a MEAN stack architecture
PART 2 - BUILDING A NODE WEB APPLICATION
- Creating and setting up a MEAN project
- Building a static site with Node and Express
- Building a data model with MongoDB and Mongoose
- Writing a REST API: Exposing the MongoDB database to the application
- Consuming a REST API: Using an API from inside Express
PART 3 - ADDING A DYNAMIC FRONT END WITH ANGULAR
- Creating an Angular application with TypeScript
- Building a single-page application with Angular: Foundations
- Building a single-page application with Angular: The next level
PART 4 - MANAGING AUTHENTICATION AND USER SESSIONS
- Authenticating users, managing sessions, and securing APIs
- Using an authentication API in Angular applications
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Praise for the First Edition
- Preface
- Acknowledgments
- About this book
- About the authors
- About the cover illustration
- Part 1. Setting the baseline
- Part 2. Building a Node web application
- Part 3. Adding a dynamic front end with Angular
- Part 4. Managing authentication and user sessions
- 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