The goals 💪🏻Planning Our Database Structure / Layout ✌🏻Performing CRUD operations in code 👍🏻Outputting database data Let's design our database Now let's dig in! If we write 'cls' command in mongosh, it means that we will clear everything. Here they made database 'blog' but since I already have it from different project, I will name this time 'nodeblog' and work with this. We practiced mongoDB la..