Show my ability to solve tasks ( in this case, set yourself :) )
External API service collects information on open APIs, such as currency rates or weather information and send it (REST / Message broker) to the Main service for processing and saving into DB. Main service receives information by REST / Message broker, processes and saves it, and also allows you to interact with the DB through REST endpoints.
- Java 19
- Maven
- Spring Boot
- Spring Web Service
- Spring WebFlux
- Spring Data JPA
- Spring Cache
- Lombok
- Docker
- PostgreSQL
- Flyway Migration
- RabbitMQ
- git clone https://github.com/VorobevOleg/pet.git
- cd pet
- mvn clean install
- docker-compose up -d
