Book Entity, repository, Controller, and thymeleaf template
Basic Functionality is getting all books in the repository, sorting them based on author or title, searching, and adding books ( which I needed for testing).
I added a basic thymeleaf template so I can see if everything works - will definitely not be the final front end!
I will add unit tests later.
I also didn't add a "filtering" method yet since it was similar to search, and didn't add a picture attribute because I still need to look at how to implement it.
Book Entity, repository, Controller, and thymeleaf template Basic Functionality is getting all books in the repository, sorting them based on author or title, searching, and adding books ( which I needed for testing). I added a basic thymeleaf template so I can see if everything works - will definitely not be the final front end!
I will add unit tests later. I also didn't add a "filtering" method yet since it was similar to search, and didn't add a picture attribute because I still need to look at how to implement it.