Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongodb-developer/nodejs-quickstart
This repository contains code samples for the Node.js Quick Start blog post series
https://github.com/mongodb-developer/nodejs-quickstart
blog-series javascript mongodb mongodb-atlas node nodejs quickstart tutorial
Last synced: 2 days ago
JSON representation
This repository contains code samples for the Node.js Quick Start blog post series
- Host: GitHub
- URL: https://github.com/mongodb-developer/nodejs-quickstart
- Owner: mongodb-developer
- License: apache-2.0
- Created: 2019-10-09T12:55:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T12:47:30.000Z (about 2 years ago)
- Last Synced: 2025-01-12T18:07:36.991Z (9 days ago)
- Topics: blog-series, javascript, mongodb, mongodb-atlas, node, nodejs, quickstart, tutorial
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 316
- Watchers: 17
- Forks: 242
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changeStreams.js
- License: LICENSE
Awesome Lists containing this project
README
# Quick Start: Node.js and MongoDB
This repository will walk you through the process of quickly getting started using Node.js and MongoDB together.
This branch uses MongoDB 4.4, MongoDB Node.js Driver 3.6.4, and Node.js 14.15.4. To see an earlier version that uses MongoDB 4.0, MongoDB Node.js Driver 3.3.2, and Node.js 10.16.3, visit the [3.3.2 branch](https://github.com/mongodb-developer/nodejs-quickstart/tree/3.3.2).
## Topics
* How to get connected to your database: [blog post](https://developer.mongodb.com/quickstart/node-connect-mongodb/) | [code example](connection.js)
* Creating documents: [blog post](https://developer.mongodb.com/quickstart/node-crud-tutorial/) | [code example](create.js)
* Reading documents: [blog post](https://developer.mongodb.com/quickstart/node-crud-tutorial/) | [code example](read.js)
* Updating documents: [blog post](https://developer.mongodb.com/quickstart/node-crud-tutorial/) | [code example](update.js)
* Deleting documents: [blog post](https://developer.mongodb.com/quickstart/node-crud-tutorial/) | [code example](delete.js)
* The aggregation framework: [blog post](https://developer.mongodb.com/quickstart/node-aggregation-framework/) | [code example](aggregation.js)
* Transactions: [blog post](https://developer.mongodb.com/quickstart/node-transactions/) | [code example](transaction.js)
* Change streams: [blog post](https://developer.mongodb.com/quickstart/nodejs-change-streams-triggers/) | [code example](changeStreams.js)## Related Videos
[How to Perform the CRUD Operations Using MongoDB & Node.js](https://youtu.be/ayNI9Q84v8g)
## Questions?
Questions about this repo or how to use MongoDB and Node.js together? Ask them in the [MongoDB Community](https://community.mongodb.com).