Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases Mongo Basics Getting Started With MongoDB Setting Up MongoDB

Nancy Melucci
PLUS
Nancy Melucci
Courses Plus Student 35,157 Points

Trying to run Mongo

Just installed on Windows 10 - I can open md mongo db but when I get to the C:> point, none of the paths listed in the installation instructions are recognized.

I would include a screenshot of the command line but I can't attach files. I hope this is clear. I go from the path to my user name using cd\ and then I can't get past the C:>.

thanks. I am taking a NoSQL class this fall and was hoping to get a little jump on this.

2 Answers

Casey Ydenberg
Casey Ydenberg
15,622 Points

I like the idea of having a local DB, but when all else fails you can set up a free DB on mlab.com. I usually go with that approach for any project where I'll need to do some dev on Windows - it can be such a pain for this type of thing.

As an additional plus you'll be able to move fairly seemlessly to your production environment by changing the connection URL in the future.

Nancy Melucci
PLUS
Nancy Melucci
Courses Plus Student 35,157 Points

Thanks for the alternative. I moved on to something else in the meantime but when I am done with it, I'll give your solution a go.