Showing
1 changed file
with
10 additions
and
5 deletions
| 1 | -#animal_Info | 1 | +#🐶animal_Info |
| 2 | +서울시 애완동물 시설을 한눈에! | ||
| 2 | 3 | ||
| 3 | ## 프로젝트 주제 | 4 | ## 프로젝트 주제 |
| 4 | 서울시 반려동물 관련 지역 생활 정보를 구마다 검색해주는 사이트 | 5 | 서울시 반려동물 관련 지역 생활 정보를 구마다 검색해주는 사이트 |
| ... | @@ -16,14 +17,18 @@ | ... | @@ -16,14 +17,18 @@ |
| 16 | - front end : EJS template engine | 17 | - front end : EJS template engine |
| 17 | - back end : nodejs express framework | 18 | - back end : nodejs express framework |
| 18 | 19 | ||
| 20 | + | ||
| 19 | ## 사용 API | 21 | ## 사용 API |
| 20 | - 문화데이터광장 / 오픈API / 반려동물을 위한 지역 생활 정보 | 22 | - 문화데이터광장 / 오픈API / 반려동물을 위한 지역 생활 정보 |
| 21 | https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B | 23 | https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B |
| 22 | 24 | ||
| 23 | ## 실행 방법 | 25 | ## 실행 방법 |
| 24 | -1. git repository clone | 26 | +1. repository clone 하기 |
| 27 | +$ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git | ||
| 25 | 2. .env 파일 추가 (API 키 발급) | 28 | 2. .env 파일 추가 (API 키 발급) |
| 29 | +.env 파일에서 발급받은 api key 추가 | ||
| 26 | - REACT_APP_API_KEY = [키값] | 30 | - REACT_APP_API_KEY = [키값] |
| 27 | -3. npm install | ||
| 28 | -4. npm run start | ||
| 29 | -5. http://localhost:3000 접속 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 31 | +3. 실행 | ||
| 32 | + $ npm install | ||
| 33 | + $ npm run start | ||
| 34 | +4. http://localhost:3000 접속 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment