Getting MEAN with Mongo, Express, Angular, and Node
eBook - ePub

Getting MEAN with Mongo, Express, Angular, and Node

  1. 504 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

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

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • 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.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Getting MEAN with Mongo, Express, Angular, and Node by Simon Holmes,clive harber in PDF and/or ePUB format, as well as other popular books in Ciencia de la computación & Programación en JavaScript. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Praise for the First Edition
  5. Preface
  6. Acknowledgments
  7. About this book
  8. About the authors
  9. About the cover illustration
  10. Part 1. Setting the baseline
  11. Part 2. Building a Node web application
  12. Part 3. Adding a dynamic front end with Angular
  13. Part 4. Managing authentication and user sessions
  14. Appendix A. Installing the stack
  15. Appendix B. Installing and preparing the supporting cast
  16. Appendix C. Dealing with all the views
  17. Appendix D. Reintroducing JavaScript
  18. Data integration differences for various approaches used by Node.js applications
  19. Index
  20. List of Figures
  21. List of Tables
  22. List of Listings