Showing
1 changed file
with
11 additions
and
9 deletions
... | @@ -5,8 +5,8 @@ | ... | @@ -5,8 +5,8 @@ |
5 | ### 경희대학교 컴퓨터공학과 | 5 | ### 경희대학교 컴퓨터공학과 |
6 | #### 2017103997 송근영, 2016104146 이승윤 | 6 | #### 2017103997 송근영, 2016104146 이승윤 |
7 | 7 | ||
8 | -[MyCookbook 주소](http://khuhub.khu.ac.kr/2016104146/OpenSource-MyCookBook/)<br> | 8 | +[MyCookbook 주소](https://2016104146.oss-2021.tk:23023/)<br> |
9 | -위 주소는 배포시 업데이트할 예정 | 9 | +!해당 웹사이트는 아직 미완성 상태입니다.! |
10 | 10 | ||
11 | ## 설명 | 11 | ## 설명 |
12 | 이 프로젝트는 youtube api를 사용하여 요리를 목적으로 하는 유튜브의 정보 및 동영상을 나만의 리스트로 볼 수 있도록 하기위해 제작되었습니다. | 12 | 이 프로젝트는 youtube api를 사용하여 요리를 목적으로 하는 유튜브의 정보 및 동영상을 나만의 리스트로 볼 수 있도록 하기위해 제작되었습니다. |
... | @@ -33,20 +33,22 @@ | ... | @@ -33,20 +33,22 @@ |
33 | - login: 로그인 | 33 | - login: 로그인 |
34 | 34 | ||
35 | ## 실행 방법 | 35 | ## 실행 방법 |
36 | -# 1. 설치 | 36 | +### 1. 설치 |
37 | - `git clone http://khuhub.khu.ac.kr/2016104146/OpenSource-MyCookBook.git` 혹은 해당 레포지토리 다운로드 | 37 | - `git clone http://khuhub.khu.ac.kr/2016104146/OpenSource-MyCookBook.git` 혹은 해당 레포지토리 다운로드 |
38 | - nodejs | 38 | - nodejs |
39 | - mongoDB | 39 | - mongoDB |
40 | -- 설치된 폴더로 접속 후 해당 CLI 입력 | 40 | + |
41 | +### 2. 로컬환경에서 실행 | ||
42 | +- clone된 폴더로 접속 후 해당 CLI 입력 | ||
41 | `npm install` | 43 | `npm install` |
42 | - `npm start`를 입력시 로컬서버의 3000번 port로 기동 | 44 | - `npm start`를 입력시 로컬서버의 3000번 port로 기동 |
43 | 45 | ||
44 | ## OpenSource API & 레퍼런스 | 46 | ## OpenSource API & 레퍼런스 |
45 | -[Youtube API](https://developers.google.com/youtube/v3/getting-started?hl=ko) | 47 | +[Youtube API](https://developers.google.com/youtube/v3/getting-started?hl=ko) <br> |
46 | -[Facebook Developer](https://developers.facebook.com/) | 48 | +[Facebook Developer](https://developers.facebook.com/) <br> |
47 | -[Mongoose](https://mongoosejs.com/) | 49 | +[Mongoose](https://mongoosejs.com/) <br> |
48 | -[BootStrap](https://getbootstrap.com/) | 50 | +[BootStrap](https://getbootstrap.com/) <br> |
49 | -[AWS](https://aws.amazon.com/ko/sdk-for-node-js/) | 51 | +[AWS](https://aws.amazon.com/ko/sdk-for-node-js/) <br> |
50 | 52 | ||
51 | ## Information | 53 | ## Information |
52 | 송근영 : rmsdud1626@naver.com<br> | 54 | 송근영 : rmsdud1626@naver.com<br> | ... | ... |
-
Please register or login to post a comment