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

dylan kane
2,772 PointsMaking a search bar that pulls results from mongo database
If I wanted to make a search bar that pulled results from my mongo db, where would be a good place to learn about this? Are there any pre-made snippets of code I can put in to do so, or should I write this myself? Is there anywhere on treehouse or any part of the internet where I can go to learn about this?
2 Answers

Collin Perkins
8,811 PointsNext month Treehouse is comming out with the MEAN stack tutoirals. I used a MEAN stack tutorial on youtube to do exactly what you are wanting to do. I used Angular, MongoDB (with Mongoose), Express and Node. You could get away with only using Angular and MongoDB (Mongoose) to do what you need to happen I think.

Collin Perkins
8,811 PointsNo problem glad to help.

Bimal Desai
Courses Plus Student 30 PointsCan I get the link of that tutorial to implement search bar using Mean Stack..
dylan kane
2,772 Pointsdylan kane
2,772 PointsThanks man thats exactly the answer I needed!