Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source-group1
/
animal-Info
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Eunsu486
2021-06-04 15:19:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
077bf99b6998f8eae5774d4b0da82780b8ab272d
077bf99b
1 parent
9e58a27c
Modify README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
README.md
README.md
View file @
077bf99
#
#
🐶서울시 애완동물 시설을 한눈에!
# 🐶서울시 애완동물 시설을 한눈에!
## 프로젝트 주제
서울시 반려동물 관련 지역 생활 정보를 구마다 검색해주는 사이트
동물병원, 동물약국, 동물 의료기기, 공원의 이름과 주소를 출력해줍니다
...
...
@@ -24,10 +24,12 @@ https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B
1.
repository clone 하기
$ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git
2.
.env 파일 추가 (API 키 발급)
-
.env 파일을 제일 상위 폴더에 추가
-
.env 파일에서 발급받은 api key 추가
-
REACT_APP_API_KEY =
[
키값
]
.env 파일을 제일 상위 폴더에 추가
.env 파일에서 발급받은 api key 추가
REACT_APP_API_KEY =
[
키값
]
3.
실행
```
$ npm install
$ npm run start
```
4.
http://localhost:3000 접속
\ No newline at end of file
...
...
Please
register
or
login
to post a comment