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

Building a tested API using Express

I'm thinking about creating a tutorial on making an Express-based API that uses automated testing. It would cover a few things that the Treehouse Express course left out, like

  • setting up user accounts and password management
  • connecting with MongoDB

and everything would be tied together by building a spec and tests (no browser required!). I would probably build it out on GitHub and save branches for each step to make it easier to follow along. Probably there would be four or five sections, and I'd publish each one on my blog every couple of weeks.

Two questions:

  • Is this something you think people would find interesting? (Not necessarily you, but someone).
  • Any suggestions on what it should be? I was thinking an RSS feeds manager might be interesting. The world doesn't need another JavaScript to-do list app.