We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MIME Type Multipurpose Internet Mail Extensions 파일 변환 형태 파일을 MIME형태로 인코딩한 파일은 Content-type 정보를 파일의 앞부분에 담게 됨 Content-type? 클라이언트와 데이터를 주고 받을 때, 서버는 HTTP 헤더에 파일이나 자원을 포함하는 바이트의 Stream을 보냄 Application/~ 형태의 타입이 존재 express에서 application/json을 쓰는데 이건 클라와 서버간 통신을 JSON 형태로 주고 받겠다는 뜻 multpart/form-data는 클라와 서버 간 통신 시 form 타입의 파일 형태를 주고 받겠다는 뜻 JPEG, MPEG 등등 될 수 있음
MIME Type
Multipurpose Internet Mail Extensions
Content-type? 클라이언트와 데이터를 주고 받을 때, 서버는 HTTP 헤더에 파일이나 자원을 포함하는 바이트의 Stream을 보냄 Application/~ 형태의 타입이 존재 express에서 application/json을 쓰는데 이건 클라와 서버간 통신을 JSON 형태로 주고 받겠다는 뜻 multpart/form-data는 클라와 서버 간 통신 시 form 타입의 파일 형태를 주고 받겠다는 뜻
Content-type?
JPEG, MPEG 등등 될 수 있음
- s3에 저장된 파일 주소는 req.file.location에 있음
Express.Multer.File Express.MulterS3.File
ACL(Access Control List)
sort : -1이 최신순(내림차순) / 1이 오름차순 skip : limit //skip, limit를 이용해서 페이지네이션 사용
Model.countDocuments({}) : 도큐먼트 개수 (row 수) 반환
Model.countDocuments({})
몽구스에서 where 은 Equlas와 함께 사용
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
hyejungg
No branches or pull requests
🔥 알게된 점
📚 배운 점
application/json
multipart/form-data
Client <-> Server 통신 과정
파일 업로드를 도와 줄 모듈
query parameter
타입가드
페이지네이션
Model.countDocuments({})
: 도큐먼트 개수 (row 수) 반환몽구스에서 where 은 Equlas와 함께 사용
The text was updated successfully, but these errors were encountered: