This project is a simple REST API that expands the experience of CatchUp application, the News API client app, with the possibility of saving favorite news sources. It is implemented with Java language, Spring Boot framework, Spring Data JPA, and MySQL database. It also illustrates Domain-Driven Design approach with tactical patterns.
- Save favorite news sources
- Retrieve favorite news sources for an identifier
- Retrieve favorite news sources for a given news api key
- Retrieve favorite news sources for a given news api key and news api source id
- Java 22
- Spring Boot 3.2.5
- Spring Data JPA
- MySQL Driver
- Lombok
- Pluralizer
For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Data JPA
- Spring Boot DevTools
- Validation
- Spring Web
The following guides illustrate how to use some features concretely: