Showing
1 changed file
with
16 additions
and
2 deletions
... | @@ -6,7 +6,8 @@ | ... | @@ -6,7 +6,8 @@ |
6 | 6 | ||
7 | ## KhuTube | 7 | ## KhuTube |
8 | 8 | ||
9 | -- Create your own Youtube site using Node.js. | 9 | +Node.js를 사용하여 나만의 Youtube 만들어보기 |
10 | +Create your own Youtube site using Node.js. | ||
10 | 11 | ||
11 | ## Configuration | 12 | ## Configuration |
12 | 13 | ||
... | @@ -19,6 +20,7 @@ | ... | @@ -19,6 +20,7 @@ |
19 | 20 | ||
20 | ### Required File | 21 | ### Required File |
21 | 22 | ||
23 | +위 저장소를 클론한 후 /myYoutube 위치에 .env 파일을 추가해주세요. 내용은 다음과 같습니다. | ||
22 | If you cloned this repo, please add the .env file in /myYoutube | 24 | If you cloned this repo, please add the .env file in /myYoutube |
23 | The .env file is .. | 25 | The .env file is .. |
24 | 26 | ||
... | @@ -42,21 +44,27 @@ npm install | ... | @@ -42,21 +44,27 @@ npm install |
42 | 44 | ||
43 | ### Run program | 45 | ### Run program |
44 | 46 | ||
47 | +Backend를 수정하고 서버를 실행하여 확인하고 싶다면 터미널에 다음과 같이 입력해주세요. | ||
45 | If you modify your backend project and want to run the server for checking.. | 48 | If you modify your backend project and want to run the server for checking.. |
46 | 49 | ||
47 | ```sh | 50 | ```sh |
48 | npm run dev:server | 51 | npm run dev:server |
49 | ``` | 52 | ``` |
50 | 53 | ||
54 | +Frontend를 수정하고 서버상에서 어떻게 실행되는지 확인하고 싶다면 터미널에 다음과 같이 입력해주세요. | ||
51 | If you modify your frontend project and want to check the change on server.. | 55 | If you modify your frontend project and want to check the change on server.. |
52 | 56 | ||
53 | ```sh | 57 | ```sh |
54 | npm run dev:assets | 58 | npm run dev:assets |
55 | ``` | 59 | ``` |
56 | 60 | ||
61 | +가급적이면 터미널을 분할하여 두 내용을 다 실행시킨 후에 작업하시는 것도 좋습니다. | ||
57 | I just recommend run both at the same time. | 62 | I just recommend run both at the same time. |
58 | 63 | ||
59 | -### Reference links | 64 | +## Reference links |
65 | + | ||
66 | +[Passport JS](http://www.passportjs.org/) | ||
67 | +[Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web) | ||
60 | 68 | ||
61 | ## Pages: | 69 | ## Pages: |
62 | 70 | ||
... | @@ -70,3 +78,9 @@ I just recommend run both at the same time. | ... | @@ -70,3 +78,9 @@ I just recommend run both at the same time. |
70 | - [x] Upload | 78 | - [x] Upload |
71 | - [x] Video Detail | 79 | - [x] Video Detail |
72 | - [x] Edit Video | 80 | - [x] Edit Video |
81 | + | ||
82 | +## License | ||
83 | + | ||
84 | +## Contact | ||
85 | + | ||
86 | +2017110267 강연욱 rokkyw@khu.ac.kr | ... | ... |
-
Please register or login to post a comment