Book Image

Learning Node.js for Mobile Application Development

Book Image

Learning Node.js for Mobile Application Development

Overview of this book

Table of Contents (21 chapters)
Learning Node.js for Mobile Application Development
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
14
Creating an E-Commerce Application Using the Ionic Framework
Index

Learning outcomes of MongoDB


After reading this chapter, you will have a solid understanding of the basics of how MongoDB stores data. You will also learn how to run queries against a MongoDB instance in order to store, manipulate, and retrieve data on it. You will also understand how to use the Node.js MongoDB driver for the same ends in order to manipulate your data directly from Node.js.

Finally, you will have a healthy dose of refreshment of memory as regards the internal workings of Node.js in order to help you understand how it interconnects with MongoDB.