Skip to content

Goodreads book database with advanced filtering for custom searches. The service is built and tested using Spring Boot, PostgreSQL, Docker, and Postman. (In Progress)

Notifications You must be signed in to change notification settings

brianjknight/Book-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore Database

Introduction

I like to read and use the Goodreads app/website to track my reading. It allows you to keep track of books you have read, are currently reading, and want to read in the future. The purpose of this project is to gain experience with APIs (Spring Boot) and SQL databases (Postgres) by programming a custom search engine.

Problem Statement

I sometimes have trouble deciding on my next book to read. Rather than using Goodreads recommendations, I would rather search for books depending on my mood at the time. However, as you can see in this example, Goodreads search options are quite limited with only 4 filter options; "all", "title", "author", or "genre".

I often find myself using Google searches such as "best space sci-fi books all-time" or "top tech thriller books of the last 15 years". I end up spending a lot of time browsing lists from different sources (e.g. subjective recommendations on an individual's blog post) unable to make a decision. I would like a way to run an advanced, custom search on the Goodreads database.

Solution

Download the Goodreads book dataset and create an advanced search and filter engine. The API can include specific filters like avg. rating, number of ratings, number of pages, year published, genre, author, awards, etc. so that I can create a specialized search.

Technologies

  • Postgres (use multiple tables for interacting with a relational database)
  • Docker
  • JPA
  • Spring Boot

Resources

About

Goodreads book database with advanced filtering for custom searches. The service is built and tested using Spring Boot, PostgreSQL, Docker, and Postman. (In Progress)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages