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 trialTony Bourne
2,432 PointsHow to build a Blogging Website?
Hello everyone out there. I'd like to build an E commerce Blogging website where customers can hold there own account uploading videos and comments. I'm not sure what languages I need to learn to build the site or if SQL Server 2017 is the best Database Management System to use in the back end.
Cheers!
1 Answer
Steven Parker
231,210 PointsThe easiest way to create a blogging website is probably by using WordPress. It's a content management system designed spcifically with blogging in mind.
And the default database for WordPress is MySQL.
Tony Bourne
2,432 PointsTony Bourne
2,432 PointsCool thanks Parker. I'll look deeply into that. Cheers!