Skip to content

Commit

Permalink
Feat/upload 이미지 업로드 구현 (#56)
Browse files Browse the repository at this point in the history
* Feat: Complete adding upload module

* Refactor: Remove no use

* Feat: 이미지 업로드 완성

* Feat: 피드백 반영

* Feat: 로직 분리
  • Loading branch information
Ho-s authored Sep 9, 2024
1 parent 7f72733 commit 0cb807d
Show file tree
Hide file tree
Showing 11 changed files with 360 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ JWT_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
JWT_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----
...
-----END PUBLIC KEY-----"

NCP_ACCESS_KEY_ID=
NCP_SECRET_ACCESS_KEY=
NCP_BUCKET_NAME=
NCP_ENDPOINT=
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@nestjs/swagger": "^7.3.1",
"@sentry/cli": "^2.32.1",
"@sentry/nestjs": "^8.13.0",
"aws-sdk": "^2.1690.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cookie-parser": "^1.4.6",
Expand Down Expand Up @@ -79,6 +80,7 @@
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/multer": "^1.4.12",
"@types/node": "^20.14.2",
"@types/passport-jwt": "^4.0.1",
"@types/passport-kakao": "^1.0.3",
Expand Down
Loading

0 comments on commit 0cb807d

Please sign in to comment.