This repository contains the Java Back-End solution to the challenge proposed in the Alura Latam / Oracle Java Back-End course, part of the ONE program. The challenge involves creating a library application that consumes the Gutendex-API to retrieve book and author information. In this challenge, I work with concepts of the Spring Framework, JPA, and PostgreSQL database.
You can search for any book available in the Gutendex API and store all its information, such as title, author, and language. Note: You cannot add the same book more than once.
- First, select an option to start the program. This is the application menu.
- In this example, option 2 is selected, displaying a list of the current books registered in the database.
- In this example, option 3 is selected, displaying a list of the current authors registered.
- In this example, option 6 is selected, displaying the top 10 downloaded books stored in the database.
- In this example, option 7 is selected, displaying the database statistics.
- Clone the project
git clone https://github.com/darociion/literalura.git
- Open it with your favorite Java IDE
If you have any feedback, let me know.