Get up and running with MongoDB & Mongoose by creating a Node.js app — Contents 1. Overview 2. Installation Quick Install (Ubuntu 20.04) Using Docker MongoDB Atlas 3. MongoDB GUI 4. Connecting our application Initial Setup Using mongoose Creating & using models Defining Routes: View all books, Add a book, Get a book, Add a comment, Delete a book, Delete all books 5. Conclusion Overview This tutorial is for beginners who know a bit of JavaScript and want to…