Showing
1 changed file
with
25 additions
and
4 deletions
| ... | @@ -8,6 +8,12 @@ | ... | @@ -8,6 +8,12 @@ |
| 8 | <img src="https://user-images.githubusercontent.com/28841337/85452529-f0c00900-b5d5-11ea-90c4-b6d0d176e8cd.png" width="10%" ></img> | 8 | <img src="https://user-images.githubusercontent.com/28841337/85452529-f0c00900-b5d5-11ea-90c4-b6d0d176e8cd.png" width="10%" ></img> |
| 9 | </p> | 9 | </p> |
| 10 | 10 | ||
| 11 | +📺 [KhuTube](http://www.khutube.tk:4000/) | ||
| 12 | + | ||
| 13 | +위 주소는 실제 EC2 서버에 배포한 주소입니다. (불필요한 업로드는 삼가 주기시 바랍니다.) | ||
| 14 | + | ||
| 15 | +This is the address that deployed to the actual EC2 server. (Please refrain from uploading unnecessary files.) | ||
| 16 | + | ||
| 11 | ## KhuTube | 17 | ## KhuTube |
| 12 | 18 | ||
| 13 | Node.js를 사용하여 나만의 Youtube 만들어보기 | 19 | Node.js를 사용하여 나만의 Youtube 만들어보기 |
| ... | @@ -17,11 +23,16 @@ Create your own Youtube site using Node.js. | ... | @@ -17,11 +23,16 @@ Create your own Youtube site using Node.js. |
| 17 | 23 | ||
| 18 | 1. Frontend: Vanilla.js(Pug Template) | 24 | 1. Frontend: Vanilla.js(Pug Template) |
| 19 | 2. Backend : Node.js | 25 | 2. Backend : Node.js |
| 20 | -3. Database: mongoDB | 26 | +3. Database: mongoDB Atlas |
| 21 | -4. A W S : EC2 | 27 | +4. A W S : EC2(Ubuntu), S3 |
| 22 | 28 | ||
| 23 | ## Quickstart | 29 | ## Quickstart |
| 24 | 30 | ||
| 31 | +### Prerequisite | ||
| 32 | + | ||
| 33 | +- node v12.x | ||
| 34 | +- npm 6.x | ||
| 35 | + | ||
| 25 | ### Required File | 36 | ### Required File |
| 26 | 37 | ||
| 27 | 위 저장소를 클론한 후 /myYoutube 위치에 .env 파일을 추가해주세요. 내용은 다음과 같습니다. | 38 | 위 저장소를 클론한 후 /myYoutube 위치에 .env 파일을 추가해주세요. 내용은 다음과 같습니다. |
| ... | @@ -68,7 +79,14 @@ I just recommend run both at the same time. | ... | @@ -68,7 +79,14 @@ I just recommend run both at the same time. |
| 68 | ## Reference links | 79 | ## Reference links |
| 69 | 80 | ||
| 70 | [Passport JS](http://www.passportjs.org/) | 81 | [Passport JS](http://www.passportjs.org/) |
| 71 | -[Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web) | 82 | +[Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web) |
| 83 | +[Github Developer](https://developer.github.com/program/) | ||
| 84 | +[Facebook Developer](https://developers.facebook.com/) | ||
| 85 | +[Webpack-cli](https://www.npmjs.com/package/webpack-cli) | ||
| 86 | +[Multer-S3](https://www.npmjs.com/package/multer-s3) | ||
| 87 | +[Mongoose](https://mongoosejs.com/) | ||
| 88 | +[Axios](https://www.npmjs.com/package/axios) | ||
| 89 | +[AWS SDK](https://aws.amazon.com/ko/sdk-for-node-js/) | ||
| 72 | 90 | ||
| 73 | ## Pages: | 91 | ## Pages: |
| 74 | 92 | ||
| ... | @@ -85,6 +103,9 @@ I just recommend run both at the same time. | ... | @@ -85,6 +103,9 @@ I just recommend run both at the same time. |
| 85 | 103 | ||
| 86 | ## License | 104 | ## License |
| 87 | 105 | ||
| 106 | +[MIT License](http://khuhub.khu.ac.kr/2017110267/myYoutube/blob/master/LICENSE) | ||
| 107 | + | ||
| 88 | ## Contact | 108 | ## Contact |
| 89 | 109 | ||
| 90 | -2017110267 강연욱 rokkyw@khu.ac.kr | 110 | +이용하시다가 궁금한 점이 있으시면 이쪽으로 연락 부탁드립니다. |
| 111 | +강연욱 - rokkyw@khu.ac.kr | ... | ... |
-
Please register or login to post a comment