https://github.com/Luiggi-piero/libroszod-postgresql-springboot
Buscador de libros usando la API Gutendex y el almacenamiento de la información en una base de datos Postgresql
https://github.com/Luiggi-piero/libroszod-postgresql-springboot
hibernate java-17 jpa postgresql springboot
Last synced: 9 months ago
JSON representation
Buscador de libros usando la API Gutendex y el almacenamiento de la información en una base de datos Postgresql
- Host: GitHub
- URL: https://github.com/Luiggi-piero/libroszod-postgresql-springboot
- Owner: Luiggi-piero
- Created: 2024-11-16T22:31:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T23:00:48.000Z (over 1 year ago)
- Last Synced: 2024-11-16T23:25:22.719Z (over 1 year ago)
- Topics: hibernate, java-17, jpa, postgresql, springboot
- Language: Java
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Descripción del proyecto
Buscador de libros usando la API Gutendex que contiene un catálogo de libros electrónicos gratuito
https://github.com/user-attachments/assets/2ee715af-ade9-4c33-a5ae-923214cac96c
## Funcionalidades
- [x] Buscar libro por título y almacenarlos en la bd Postgresql
- [x] Listar todos los libros registrados en bd
- [x] Listar todos los autores registrados en bd
- [x] Listar todos los autores vivos en un determinado año
- [x] Listar los libros por idioma
>[!NOTE]
>* Crea la base de datos libroszod en postgresql
>* Cambia tus credenciales de acceso a postgresql usando las variabes de entorno, las variables de entorno se usan en application.properties



