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

Do you know database driven websites with bootstrap ?

Often bootstrap sites are single pages or landing pages. Are there also examples of data driven websites ?

5 Answers

Chris Shaw
Chris Shaw
26,676 Points

Hi Julien,

There are hundreds of database driven websites that are using Bootstrap, the site that comes to my head straight away is cdnjs.com but you can find a ton more sites on builtwithbootstrap.com.

Thanks, you right there a lot of examples, but also with a webshop ? Or database behind it ?

There are some, but the bigger sites typically sprinkle it in here and there as opposed to building their entire site off of it. Take twitter for example; they use it in their header, drop down menus, forms, and buttons but not their actual layout.

Thanks !

James Barnett
James Barnett
39,199 Points

The 2 concepts are unrelated.

Front-end concerns like using a CSS framework is entirely unrelated to back-end concerns like which data persistence mechanism is being used.

Thanks James, using bootstrap not different from any other css frame work with for example php code to get database information.

James Barnett
James Barnett
39,199 Points

Yep, that's exactly right.