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.
SERVER PR
🐕 과제 구현 명세
: netflix 수리남 상세페이지 api를 팀원들과 구상하고 구현함
- route
위 사진처럼 두가지를 생각했었는데, 쿼리를 쓰는것과 파라미터를 쓰는 것 중 파라미터를 쓰는 것으로 결정함.
아직 db연결을 안했구 오로지 '마수리남'의 데이터만 보내는 페이지이기에 파라미터로 mediaId를 받아, 한번 걸러 주었습니다.
- response data
이렇게 구상했구, 구상한 것은 코드에서 인터페이스 형식으로 구현했습니다.
🐥 이런 점이 새로웠어요 / 어려웠어요
node: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.28' not found (required by node)
위의 오류메시지 였는데, 분명 노드 버전이 16.~~ 인걸 확인했는데 생긴 오류라서 처음에는 원인이 뭔지 헤맸다.
혹시 몰라서 그냥
1. 노드삭제
후2. 16.15.1로 버전을 고정해 재설치
하니까 다시 잘 돌아갔다.1. sudo apt-get remove nodejs
2. nvm install 16.15.1