https://github.com/aadewunmi/confusion-node-mongodb
Simple Node application exploring communication with a MongoDB server, and dealing with callback hell using promises.
https://github.com/aadewunmi/confusion-node-mongodb
Last synced: about 1 month ago
JSON representation
Simple Node application exploring communication with a MongoDB server, and dealing with callback hell using promises.
- Host: GitHub
- URL: https://github.com/aadewunmi/confusion-node-mongodb
- Owner: AAdewunmi
- Created: 2019-02-21T08:35:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T08:14:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T06:11:37.167Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conFusion-Node-MongoDB project
Simple Node application exploring communication with a MongoDB server,
and dealing with callback hell using promises.
https://strongloop.com/strongblog/node-js-callback-hell-promises-generators/
Prerequisite installations:
* Node MongoDB driver and the Assert module.
At CMD prompt:
* npm start