This project implements a RESTful API for managing information about banking institutions, utilizing Quarkus as the framework of choice. Key technologies include RESTEasy (JAX-RS) for endpoint management, Hibernate ORM with Panache for seamless database integration, PostgreSQL for robust data storage, and SmallRye JWT for secure authentication.
- Quarkus: High-performance, cloud-native Java framework.
- RESTEasy (JAX-RS): Simplifies development of RESTful APIs.
- Hibernate ORM with Panache: Provides easy data access and persistence.
- PostgreSQL: Reliable open-source relational database management system.
- SmallRye JWT: Implements JWT-based authentication for secure API access.
- List Banking Institutions: Retrieve a list of all banking institutions.
Explore the API endpoints and parameters using Swagger UI:
- Swagger UI: http://localhost:8080/swagger-ui