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

JavaScript

dylan kane
dylan kane
2,772 Points

Making 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
Collin Perkins
8,811 Points

Next 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.

dylan kane
dylan kane
2,772 Points

Thanks man thats exactly the answer I needed!

Collin Perkins
Collin Perkins
8,811 Points

No problem glad to help.

Bimal Desai
Bimal Desai
Courses Plus Student 30 Points

Can I get the link of that tutorial to implement search bar using Mean Stack..