Open
Conversation
… for more readability
…ameter from object to id for searching methods
…nhancement though
…Service & Create New DTOs
…eating DTOs and Mappers for each domains
…elop ReadStatusDTOs and DTOMapper
error: Merging is not possible because you have unmerged files. hint: Fix them up in the work tree, and then use 'git add/rm <file>' hint: as appropriate to mark resolution and make a commit. fatal: Exiting because of an unresolved conflict. gimmy@KRD MINGW64 /c/codeit/10-sprint-mission (sprint4|MERGING) $ git merge upstream/김성경 fatal: You have not concluded your merge (MERGE_HEAD exists). Please, commit your changes before you merge. gimmy@KRD MINGW64 /c/codeit/10-sprint-mission (sprint4|MERGING)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
✅ 기본 요구사항
스프린트 미션#4에서 구현한 API를 RESTful API로 다시 설계해보세요.
[API 스펙](api-docs (1).json)을 확인하고 본인이 설계한 API와 비교해보세요.
oasdiff를 활용하면 좀 더 수월하게 비교할 수 있어요.
API 설계에 정답은 없지만, 이어지는 요구사항과 미션을 원활히 수행하기 위해 제공된 API 스펙에 맞추어 구현해주세요.
특히, 심화 요구사항에서 제공되는 프론트엔드 코드는 제공된 API 스펙을 준수해야 연동할 수 있습니다.
Postman을 활용해 컨트롤러를 테스트 하세요.
Postman API 테스트 결과를 export하여 PR에 첨부해주세요.
springdoc-openapi를 활용하여 Swagger 기반의 API 문서를 생성하세요.
Swagger-UI를 활용해 API를 테스트해보세요.
🚀 심화 요구사항
다음의 정적 리소스를 서빙하여 프론트엔드와 통합해보세요.
API 스펙을 준수했다면 잘 동작할거예요.
fe_1.0.0.zipRailway.app을 활용하여 애플리케이션을 배포해보세요.
Railway.app은 애플리케이션을 쉽게 배포할 수 있도록 도와주는 PaaS입니다.