Skip to content
cs329yangzhong edited this page Oct 26, 2017 · 8 revisions

design

With the help of our group leader, Shengke Zhou, we successfully built the database and applied in into the web page design. With the help of the database, different books information could be presented in a new page without creating thousands of templates but just loading the database for what we need.

Basic database design idea

Trying to set a many to many models that could build relationships between the three main models, the books, the authors and the publisher. Our goal is make the searching that if one of the three main parts is clicked, all the corresponding information would be provided and there would be hyperlink that can direct the user to the corresponding pages.

Clone this wiki locally