Eunsu486

Modify Readme.md

Showing 1 changed file with 10 additions and 5 deletions
#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
......