Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.02 KB

10genEducation

A course M101: MongoDB for Developers is being offered at 10gen.

The course is using python to stage working with mongo database.
I am currently working with node.js so it's only logical that I mimic the course using node.js.

Feel free to follow along, contribute and donkey.punch me if my code begins to anything like a flying spaghetti monster.

Requirements

Through the course I will be using:

Install

  • Clone this repo https://github.com/bahtou/Mongoose-for-Node-Developers.git
  • Switch between the weekly branches to follow along git checkout week_01, git checkout week_02, ... etc.

Notices

Every week will have its own README so make sure to check them out for additional notes about the homework for that given week.