This repository will walk you through the process of quickly getting started using Node.js and MongoDB together.
Lauren Schaefer is actively working to add files to this repo and drafting a blog series that will walk you through the code. She will be updating this readme as she publishes blog posts.
- How to get connected to your database: blog post | code example
- Creating documents: blog post | code example
- Reading documents: blog post | code example
- Updating documents: blog post | code example
- Deleting documents: blog post | code example
- The aggregation framework: blog post | code example
- Transactions: blog post | code example
- Change streams: blog post | code example