Showing
1 changed file
with
6 additions
and
4 deletions
| 1 | -## 🐶서울시 애완동물 시설을 한눈에! | 1 | +# 🐶서울시 애완동물 시설을 한눈에! |
| 2 | ## 프로젝트 주제 | 2 | ## 프로젝트 주제 |
| 3 | 서울시 반려동물 관련 지역 생활 정보를 구마다 검색해주는 사이트 | 3 | 서울시 반려동물 관련 지역 생활 정보를 구마다 검색해주는 사이트 |
| 4 | 동물병원, 동물약국, 동물 의료기기, 공원의 이름과 주소를 출력해줍니다 | 4 | 동물병원, 동물약국, 동물 의료기기, 공원의 이름과 주소를 출력해줍니다 |
| ... | @@ -24,10 +24,12 @@ https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B | ... | @@ -24,10 +24,12 @@ https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B |
| 24 | 1. repository clone 하기 | 24 | 1. repository clone 하기 |
| 25 | $ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git | 25 | $ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git |
| 26 | 2. .env 파일 추가 (API 키 발급) | 26 | 2. .env 파일 추가 (API 키 발급) |
| 27 | -- .env 파일을 제일 상위 폴더에 추가 | 27 | + .env 파일을 제일 상위 폴더에 추가 |
| 28 | -- .env 파일에서 발급받은 api key 추가 | 28 | + .env 파일에서 발급받은 api key 추가 |
| 29 | -- REACT_APP_API_KEY = [키값] | 29 | + REACT_APP_API_KEY = [키값] |
| 30 | 3. 실행 | 30 | 3. 실행 |
| 31 | +``` | ||
| 31 | $ npm install | 32 | $ npm install |
| 32 | $ npm run start | 33 | $ npm run start |
| 34 | + ``` | ||
| 33 | 4. http://localhost:3000 접속 | 35 | 4. http://localhost:3000 접속 |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment