The Library REST API is a Spring Boot-based application designed for managing a library's catalog and lending processes. It serves as a backend system enabling users to interact with the library's collection through a RESTful interface. The purpose of this project was to get to know basics of Spring Boot and Spring Data JPA.
- Programming language: Java 17
- Framework: Spring Boot, Spring Data JPA
- Database Management System: PostgreSQL
- Development environment: IntelliJ