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
Paul Ryan
4,584 PointsStoring folders in MongoDB
Hey guys,
This is quite an abstract question but I am currently building a MEAN stack web application and one of the key features of the application will be users uploading programming projects (in whichever language) to the application and other users being able to view these projects.
I need some guidance on how to tackle this problem, my DB is MongoDB so I was thinking maybe I should store links to the projects in MongoDB, and then these links would point to some repo containing all the projects.
Any guidance or links to books or documentation regarding this would be great.
Thanks.