In this Django Project
I try to build a book collection web app and demonstrate my skills in Django. The web app provides information such as Title
, Author
, Average Rating
, ISBN
, ISBN13
, Number of Pages
, Number of Ratings
, Number of Reviews
, Publisher
, Publication Date
.
The data is taken from this Kaggle dataset - Original Source: Goodreads.
Pandas
was used to clean and pre-process the data before storing it into a database.
- Python
- Django
- HTML
- BootStrap
- Pandas
Sinjoy Saha