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

Is there a course in Tree house that shows how to connect your local database to your website?

I am currently learning how to use SQL. I know how to web develop but I don't know how to connect the front end with the back end. Is there a course that would teach me how to do that?

1 Answer

Steven Parker
Steven Parker
231,110 Points

Since the front end is connected to the back end by the browser, I assume you mean "connect the back end to the database", right?

This would probably be covered in one or more courses in the topic area of your back end development language. For example, there are several courses in the C# topic that cover aspects of Entity Frameworks, which are all about using databases with C# back end applications.

I haven't done them all myself, but I'm sure you would find something similar in the topic areas for Ruby, PHP, Python, etc.