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 trialJonathan Grieve
Treehouse Moderator 91,253 PointsHow do I go about creating a MongoDB
Thought I'd put this question out there. I'm going back through the Mongo Basics course which is great.
But it doesn't really walk through the steps of creating the Data itself before managing and querying it.
It seems to be stored in a JS file. Is there a course coming up in creating data for Mongo projects or failing that some resources or blogs I can look at to get up to speed? :-)
Thanks.
1 Answer
Thomas Nilsen
14,957 PointsHere is an excellent guide: https://scotch.io/tutorials/using-mongoosejs-in-node-js-and-mongodb-applications
Treehouse have an upcoming course which might be what you're looking for:
https://teamtreehouse.com/library/build-a-rest-api-with-express/upcoming
Jonathan Grieve
Treehouse Moderator 91,253 PointsJonathan Grieve
Treehouse Moderator 91,253 PointsThis seems to be a good place for me to start, thanks.
Lot's of study of this and the Mongo Basics files for me to do. :)