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

I want to build a website for a city library that will have e-book access, where do i have to start. what to study ?

I want to build a website for a city library that will have e-book access, where do i have to start. what to study ?

2 Answers

wow, this will be quite the project as you have many things to implement.

  • Working with a city means red tape, you may even be under law to require accessibility.

  • library means having a virtual card catalog systems, as well as probably being able to view check-in/out status

  • does the library have multiple branches?

  • about the ebooks. I wouldn't reinvent the wheel. Find a solution to implement like : 3m ebook Lending

Hi there, For the Library you will need to have a database where you will store information so definitely look at the MYSQL foundation course. Then in order to retrieve the information you will need to know PHP. And obviously you need to know HTML,CSS and basic JavaScript