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-05 21:33:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a5b010d6ac72f2bfc19861e2b004f2e8ea541cb
9a5b010d
1 parent
077bf99b
Modify README
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
.gitignore
README.md
.gitignore
View file @
9a5b010
...
...
@@ -2,4 +2,6 @@
#API KEY
.env
\ No newline at end of file
.env
.vscode
node_modules
\ No newline at end of file
...
...
README.md
View file @
9a5b010
...
...
@@ -24,9 +24,9 @@ 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
...
...
Please
register
or
login
to post a comment