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!
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

Jonathan Grieve
Treehouse Moderator 91,248 PointsBuilding a MEAN Application Course
This is one I'm really looking forward to.
Building a To-do application, which I presume is in the mould of the one in Angular Basics and the Interactive Web Pages with JavaScript course but with the functionality I always felt was missing.
That is interacting with a Database so that when you leave the application you get the same settings and tasks showing as you left it making it a fully dynamic and usable app?
Would that be the case?
2 Answers

Ken Alger
Treehouse TeacherJonathan;
Yes, that is my understanding. As you know the MEAN stack utilizes the MongoDB database and I'm sure that the MEAN course will be implementing that, likely through the Mongoose ODM, which is rather popular in MEAN development.
Happy coding,
Ken

jason chan
31,008 PointsYou can also hook up firebase to angular. It's cloud service offered by google. It's another nosql service.
But you still need strong understanding of javascript OOP to understand why you do things in angular.