Book description
Summary
Getting MEAN teaches readers how to develop web applications end-to-end using the MEAN stack. You'll systematically discover each technology in the MEAN stack as you build up an application one layer at a time, just as you'd do in a real project.
About the Technology
Traditional web dev stacks use a different programming language in every layer, resulting in a complex mashup of code and frameworks. Together, the MongoDB database, the Express and AngularJS frameworks, and Node.js constitute the MEAN stack—a powerful platform that uses only one language, top to bottom: JavaScript. Developers and businesses love it because it’s scalable and cost-effective. End users love it because the apps created with it are fast and responsive. It’s a win-win-win!
About the Book
Getting MEAN teaches you how to develop web applications using the MEAN stack. First, you’ll create the skeleton of a static site in Express and Node, and then push it up to a live web server. Next, add a MongoDB database and build an API before using Angular to handle data manipulation and application logic in the browser. Finally you’ll add an authentication system to the application, using the whole stack. When you finish, you’ll have all the skills you need to build a dynamic data-driven web application.
What’s Inside
Full-stack development using JavaScript
Responsive web techniques
Everything you need to get started with MEAN
Best practices for efficiency and reusability
About the Reader
Readers should have some web development experience. This book is based on MongoDB 2, Express 4, Angular 1, and Node.js 4.
About the Authors
Simon Holmes has been a full-stack developer since the late 1990s and runs Full Stack Training Ltd.
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Preface
- Acknowledgments
- About this Book
- Part 1. Setting the baseline
-
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 API: Using an API from inside Express
- 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 of the views
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: Getting MEAN with Mongo, Express, Angular, and Node
- Author(s):
- Release date: November 2015
- Publisher(s): Manning Publications
- ISBN: 9781617292033
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Angular Development with Typescript, Second Edition
Angular Development with TypeScript, Second Edition teaches you how to build web applications with Angular and …
book
Angular in Action
Angular in Action teaches you everything you need to build production-ready Angular applications. You'll start coding …