오지민

Update README.md

Showing 1 changed file with 19 additions and 1 deletions
...@@ -20,6 +20,16 @@ ...@@ -20,6 +20,16 @@
20 + [Kakao maps API](https://apis.map.kakao.com/) 20 + [Kakao maps API](https://apis.map.kakao.com/)
21 21
22 22
23 +
24 +## Getting Started
25 +1. git clone
26 +2. cd HomePurchaseAgePrediction
27 +3. npm install
28 +4. kakaomap api key를 API_KEY에 입력
29 +5.발급받은 도메인을 server.js에서 domain = "도메인";
30 +6. .env file 생성 -> db 접속
31 +
32 +
23 ## Usage 33 ## Usage
24 34
25 35
...@@ -43,6 +53,14 @@ ...@@ -43,6 +53,14 @@
43 Distributed under the MIT License. 53 Distributed under the MIT License.
44 54
45 55
56 +## Contact
46 57
58 ++ 김민기(2020103711)
59 + + E-mail : khu2020@khu.ac.kr
60 +
61 ++ 서연진(2020105619)
62 + + E-mail : duswls214@khu.ac.kr
63 +
64 ++ 오지민(2020105635)
65 + + E-mail : ogm0205@khu.ac.kr
47 66
48 -## Contact
...\ No newline at end of file ...\ No newline at end of file
......