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

General Discussion

Build an application

Hi everyone, I'm really excited because I have an idea to build a website similar to appleshark.com, but I don't know exactly where to start as far as the backend. Can someone give me an idea or guide me in the right direction?

1 Answer

That sounds like an exciting project! I would try to break down the components of what the back-end will require, and then learn those parts. Off the top of my head, you'll probably need to know:

  1. Databases, to store and access user account information, product inventories, orders, etc.
  2. Back-end form submission, validation and processing
  3. Payment processing
  4. Automated e-mail sending (payment confirmations, account signups, etc.)

I'm sure there are more that I'm not thinking of, but that should give you enough to chew on! Hopefully some other folks will chime in with other ideas.

Peeking at your profile, it looks like you're learning Ruby, which should be able to handle all of this (you'll need a separate database system).

Good luck!