CRUD Operations with Mongoose and MongoDB Atlas

1 · · July 7, 2019, midnight
Mongoose is one of the fundamental tools for manipulating data for a Node.js/MongoDB backend. In this article we’ll be looking into some of the basic ways of using Mongoose and even using it with the MongoDB Atlas remote database. Prerequisites Since we’ll be using Express to set up a basic server, I would recommend checking out this article on express and the official Express docs if you’re not very comfortable with it just yet. We’ll also be setting up a very basic REST Api without any authent...