Chapter 8. Creating a MEAN CRUD Module

In the previous chapters, you learned how to set up each framework and how to connect them all together. In this chapter, you're going to implement the basic operational building blocks of a MEAN application, the CRUD module. CRUD modules consist of a base entity with the basic functionality of creating, reading, updating, and deleting entity instances. In a MEAN application, your CRUD module is built from the server-side Express components and an AngularJS client module. In this chapter, we'll cover the following topics:

  • Setting up the Mongoose model
  • Creating the Express controller
  • Wiring the Express routes
  • Creating and organizing the AngularJS module
  • Introduction to the AngularJS ngResource module
  • Implementing ...

Get MEAN Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.