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-01 21:08:18 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8817109cd7c00f2c6f28694b155f2557adb322c
f8817109
1 parent
314b67c1
Modify Readme.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
README.md
README.md
View file @
f881710
#animal_Info
#🐶animal_Info
서울시 애완동물 시설을 한눈에!
## 프로젝트 주제
서울시 반려동물 관련 지역 생활 정보를 구마다 검색해주는 사이트
...
...
@@ -16,14 +17,18 @@
-
front end : EJS template engine
-
back end : nodejs express framework
## 사용 API
-
문화데이터광장 / 오픈API / 반려동물을 위한 지역 생활 정보
https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B
## 실행 방법
1.
git repository clone
1.
repository clone 하기
$ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git
2.
.env 파일 추가 (API 키 발급)
.env 파일에서 발급받은 api key 추가
-
REACT_APP_API_KEY =
[
키값
]
3.
npm install
4.
npm run start
5.
http://localhost:3000 접속
\ No newline at end of file
3.
실행
$ npm install
$ npm run start
4.
http://localhost:3000 접속
\ No newline at end of file
...
...
Please
register
or
login
to post a comment