Skip to content

A webpage that enables users to add the titles of books and the names of authors. Viewing a book will show its authors and viewing an author will show the books they have written.

Notifications You must be signed in to change notification settings

jason-padilla/BooksAndAuthors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Books & Authors

This is a webpage that allows users to add the titles of books and th the names of authors to a database. The books and the authors have a many to many relation, meaning one book can have multiple authors and an author can have multiple books that they have written. The home page shows all the books that are in the database and clicking on one of the books will lead a user the book's page which has more details about the book. A user can also click on the authors page and see all the authors in the databse alongside the amount of books the author has written. Clicking on the author will direct a user to that author's page and show the books they have written.

✏️ What I learned

  • Django
  • Models
  • Sqlite
  • Many to Many

📷 Screenshots

About

A webpage that enables users to add the titles of books and the names of authors. Viewing a book will show its authors and viewing an author will show the books they have written.

Topics

Resources

Stars

Watchers

Forks