learnyoumongodb
v0.2.4
Published
Learn You MongoDB For Much Win! An introduction to MongoDB via a set of self-guided workshops.
Downloads
5
Readme
Learn You The MongoDB For Much Win!
An intro to MongoDB via a set of self-guided workshops.
- Install Node.js
- Install MongoDB
- Run
sudo npm install braz/learnyoumongodb -g
- Run
learnyoumongodb
- .. profit!
learnyoumongodb will run through a series of MongoDB workshops. Starting at a basic "HELLO WORLD" and moving on to more advanced exercises about dealing with a range of database operations from CRUD to aggregation using MongoDB.
Contributors
learnyoumongodb is proudly brought to you by the following hackers:
You can find out more detailed information about contributing in the contribution guide documentation.
Code of Conduct
Please read and follow our Code of Conduct.
License
learnyoumongodb is Copyright (c) 2014 Eoin Brazil @braz and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
learnyoumongodb builds on the excellent work by @rvagg who created Workshopper which serves as the original foundation and inspiration for learnyoumongodb.