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

nicholas maddren
nicholas maddren
12,793 Points

Express JS Basics, When Do We Learn About Databases?

Hi guys I'm getting a little confused with the Express JS Basics tutorials. So I have just had a look through all of the chapters and I'm unable to find anything about Databases and Express? Surely this is one of the most important aspects to this framework isn't it?

Can somebody link me to the chapter about this if there is one?

1 Answer

Casey Ydenberg
Casey Ydenberg
15,622 Points

Databases aren't "naturally" part of Express so I'm not sure Treehouse covers it. Here is a really great tutorial on Express that will show you how to connect your app with MongoDB: http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/

If you've done the course already you can probably skip to Part 3.