-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solution #199
Open
ShastkivRuslan
wants to merge
12
commits into
mate-academy:main
Choose a base branch
from
ShastkivRuslan:solution
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Solution #199
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9029b8e - Browse repository at this point
Copy the full SHA 9029b8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32fc375 - Browse repository at this point
Copy the full SHA 32fc375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8d3a6 - Browse repository at this point
Copy the full SHA 1a8d3a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539d5fc - Browse repository at this point
Copy the full SHA 539d5fcView commit details -
added @JsonIgnoreProperties annotation to CreateCharacterDto record; added character service;
Configuration menu - View commit details
-
Copy full SHA for 0981caa - Browse repository at this point
Copy the full SHA 0981caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdfc43b - Browse repository at this point
Copy the full SHA cdfc43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab0797 - Browse repository at this point
Copy the full SHA 5ab0797View commit details -
Configuration menu - View commit details
-
Copy full SHA for f16ef97 - Browse repository at this point
Copy the full SHA f16ef97View commit details -
Implement REST API for Rick and Morty Characters
- Added CharacterController with two endpoints: - GET /api/characters/random: Retrieves a random character from the database. - GET /api/characters/search: Searches for characters by name. - Introduced CharacterService for business logic and data management. - Integrated CharacterRepository for database access. - Implemented data fetching from the external Rick and Morty API during application startup. - Configured MySQL as the main database and H2 for testing. - Added Swagger documentation for API endpoints.
Configuration menu - View commit details
-
Copy full SHA for b63bc88 - Browse repository at this point
Copy the full SHA b63bc88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f8683 - Browse repository at this point
Copy the full SHA 56f8683View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb21bf4 - Browse repository at this point
Copy the full SHA cb21bf4View commit details -
Refactored code based on mentor feedback: replaced @DaTa with @getter …
…and @Setter in JPA entity, updated CharacterMapper for List mapping, revised exception handling in RickAndMortyClient, and improved RESTful naming conventions for controller endpoints
Configuration menu - View commit details
-
Copy full SHA for e271084 - Browse repository at this point
Copy the full SHA e271084View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.