In this course we will build a simple application to show how to perform full CRUD (create, read, update, delete) operations within Node.js. We’ll be using the Node module MongooseJS. Mongoose allows us to define our models in the form of a schema, along with a simple to use API that abstracts away a lot […]