codestates / codestates/HoloSulo

[Dev-log] 박강용 2022-02-24

Open
#138 0 comments 0 reactions 1 assignee Claimed by @Kangyong0527 View on GitHub
dev-log
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### 오늘은 어떻게 프로젝트에 기여했나요?
* [Create youtube playlist](https://github.com/codestates/HoloSulo/issues/109)

### 오늘의 프로젝트에서 힘든 점은 무엇인가요?
* cover를 file 로 업로드 하는것이 처음이라 어떻게 해야할지 몰랐다. 팀원 분께서 multipart/form-data를 다루기 위한 multer 라는 미들웨어를 소개해주셔서 학습 후 적용하여서 수월하게 넘어갈 수 있었다,
```javascript
const multer = require("multer");
const upload = multer({ dest: "static/" });

...

app.post("/playlists", upload.single("coverFile"),controllers.youtubePlaylist.createPlaylist);
```
### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?
* [x] youtube playlist 수정 구현
* [x] youtube playlist 삭제 구현

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.