NodeJS MongoDB Tutorial using mongodb and mongo.client
Notes:
00:20 - install mongodb using npm
01:10 - using Mongo.Client to establish connetion to mongodb
03:00 - use mlab.com to get a free mongodb sanbox instance
03:30 - create a new sandbox mongodb instance
04:55 - create a user and password to access mongodb
06:00 - run node server when mongodb connection is successful
08:30 - creating a new collection in mongodb using save() method
12:30 - testing mongodb connection and save() method
15:30 - what's up next in our mini course series
Resources:
mongodb server - https://mlab.com/
mongodb library - https://www.npmjs.com/package/mongodb