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

PHP

Andreas Ragnar Hansen
Andreas Ragnar Hansen
1,871 Points

How to make a backend where users can make a profile and upload files

Hi I am planning to build a backend where users can upload and download files such as (grabcad.com) here users can upload/download 3-D CAD models. Unfortunatley I have no idea how and where to start. I have finished my frontend and for some reasons the backend gives me hugh problems. The question is, is it enough to follow the php track in order to build a reasonable backend such as grabcad has or do I have to use a totally different language such as java. I was also thinking about drupal

2 Answers

Codin - Codesmite
Codin - Codesmite
8,600 Points

This is well within PHP's capabilities and you should be able to pick up most of what you need to know to accomplish this within the PHP track here on Teamtreehouse.

You could also do this in Ruby on Rails and Python backend languages that are covered on this website.

Grabcad.com use Ruby on Rails as their backend language.

http://builtwith.com/?https%3a%2f%2fgrabcad.com%2f

Andreas Ragnar Hansen
Andreas Ragnar Hansen
1,871 Points

Thanks Ashley...I'll give the php track a try.