MongoDB: Difference between revisions
From charlesreid1
(Created page with "==Install== Was able to install this ok with Homebrew, following the guide: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/") |
No edit summary |
||
| Line 1: | Line 1: | ||
=Getting Started= | |||
==Install== | ==Install== | ||
Was able to install this ok with Homebrew | Was able to install this ok with Homebrew http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/ | ||
==First Project with Python and MongoDB== | |||
http://docs.mongodb.org/ecosystem/tutorial/write-a-tumblelog-application-with-flask-mongoengine/ | |||
Revision as of 03:20, 15 March 2015
Getting Started
Install
Was able to install this ok with Homebrew http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/
First Project with Python and MongoDB
http://docs.mongodb.org/ecosystem/tutorial/write-a-tumblelog-application-with-flask-mongoengine/